Please send questions only to one list.

John Hidey (The C# Junkie) wrote:
> How can I tell what features are being installed.  I need to display a 
> form if a certain feature is installed and not display it when its not 
> installed.
See 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/conditional_statement_syntax.asp
 
and 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/examples_of_conditional_statement_syntax.asp
 
for examples of determining feature action state.
> Along the same note, is there a way to use a modified MONDO UI Set 
> with a custom dialog in it that show the dialog when feature2 is 
> installed without having to put conditions in the dialog wxs files.  
> Doing this will break all the other UI install sets.
You'd have to copy the dialog you want to change. In WiX v3, the 
floating Publish element removes that requirement.

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


-------------------------------------------------------------------------
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

Reply via email to