<Property Secure="yes" Name="FILESEARCH1">
  <FileSearch .../>
</Property>
<Property Secure="yes" Name="FILESEARCH2">
  <FileSearch .../>
</Property>
<Property Secure="yes" Name="FILESEARCH3">
  <FileSearch .../>
</Property>
<Property Secure="yes" Name="FILESEARCH4">
  <FileSearch .../>
</Property>
<Property Secure="yes" Name="FILESEARCH5">
  <FileSearch .../>
</Property>
<Property Secure="yes" Name="FILESEARCH6">
  <FileSearch .../>
</Property>
<Property Secure="yes" Name="FILESEARCH7">
  <FileSearch .../>
</Property>

...
<Condition>FILESEARCH1 OR FILESEARCH2 OR FILESEARCH3 OR FILESEARCH4 OR
FILESEARCH5 OR FILESEARCH6 OR FILESEARCH7</Condition>
...

should be sufficient.

-----Original Message-----
From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] 
Sent: Saturday, November 20, 2010 2:03 PM
To: 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
write a custom action to check these properties and set say an integer
property.
What sequence[s] do I need to schedule this custom action in, and how do I
prevent the action running in one sequence but not the other like appSearch?
Any help appreciated.
Cheers
Sean.

----------------------------------------------------------------------------
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to