Scott Sam wrote:
> Something along the lines of 
> If (&Feature1 = 3) FEATURE1INSTALLED = "Feature1"
>   
MSIs are all declarative, so there's no if-then logic -- directly. 
Instead, you need to have a custom action to set the property and use 
the condition to control whether it gets executed.

-- 
sig://boB
http://bobs.org



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to