Re: [WiX-users] Conditional Custom Action on Install

2007-05-11 Thread Aaron Feng
Thanx Rob, for anyone else that is interested the info can be found here: http://msdn2.microsoft.com/en-us/library/aa368012.aspx Here is the syntax from the doc: (&FeatureName=3) AND NOT(!FeatureName=3) The term "&FeatureName=3" means the action is to install the feature local. The term "NOT(

Re: [WiX-users] Conditional Custom Action on Install

2007-05-10 Thread Rob Mensching
Custom elements can be conditionalized by putting the condition as the text() of the element. The Condition Syntax topic in the MSI SDK has information about how to do what you want. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Feng Sent: Thursday, May 10, 2007 8:17 PM T