Re: [WiX-users] checking multiple properties after apppSearch

2010-11-21 Thread Blair
: wix-users@lists.sourceforge.net Subject: [WiX-users] checking multiple properties after apppSearch Hi: I have a condition that is dependent on at least one of 7 properties being set, there fileSearch elements for reference. Would it be better to put all these property checks in the condition, or

[WiX-users] checking multiple properties after apppSearch

2010-11-20 Thread Sean Farrow
Hi: I have a condition that is dependent on at least one of 7 properties being set, there fileSearch elements for reference. Would it be better to put all these property checks in the condition, or write a custom action to check these properties and set say an integer property. What sequence[s] d