Pally Sandher wrote:
I had a similar situation last week & recieved a grand total of 1 replies. I've come to the conclusion that using Condition to set the Level of a Feature doesn't work (at all, as in it's a bug).

It works but when you switch from the UI to the execute sequence, MSI explicitly installs the appropriate features, which overrules implicit feature conditions. Try running an install with /qb to suppress the UI -- conditions you pass in on the command line will take effect:

msiexec /i foo.msi /qb FEATUREPROPERTY=1

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to