Re: [WiX-users] MajorUpgrade, detecting feature state in vbscript custom action

2013-02-27 Thread Eric Prévost-Dansereau
uence table, but I don't define any InstallUISequence in my .wxs. In a verbose log, I can see that the MigrateFeatureStates action is executed, and the features are set to the right state. What could be wrong? Thank you. Eric Prévost Le 2013-02-20 16:55, Eric Prévost-Dansereau a écrit : &

[WiX-users] MajorUpgrade, detecting feature state in vbscript custom action

2013-02-20 Thread Eric Prévost-Dansereau
Hi, I have a installer package containing a custom action writing a text file based on which Features are installed. Il use the following condition in my vb script to check if a feature is installed: Session.FeatureRequestState("Feature")<>2 AND (Session.FeatureRequestState("Feature")=3 or S