Check out the link below on msdn about syntax for conditional statements. For a quick example, the following is telling you that the WebFeature is being installed. The idea is you look at the current state of the feature and the action requested. The example below shows the state currently INSTALLSTATE_ABSENT (2) and the action is INSTALLSTATE_LOCAL (3). You'll find this is helpful both on install and uninstall.
(!WebFeature=2) AND (&WebFeature=3)
http://msdn.microsoft.com/library/default.asp?url=""
Dana
On 7/13/06, Daniel Mihaita <[EMAIL PROTECTED]> wrote:
Hello,
I want to show/skip a dialog right after CustomizeDlg (the one with the
feature tree) , based on condition that an user selected a feature or
not. Is this possible? I tried to declare a new property, but I don't
know how to set its value (that feature is enabled/disabled on feature
tree).
Thank you for your time,
DM
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users