In the InstallExecuteSequence is it possible for Action-B's condition to
reference the enable/disable state of another action, Action-B?

<InstallExecuteSequence>
  <Custom Action="CAChildAction1" Before="CAParentAction"><![CDATA[(some
really big and ugly condition statement goes here)]]></Custom>
  <Custom Action="CAChildAction2" Before="CAParentAction"><![CDATA[(another
really big and ugly condition statement goes here)]]></Custom>
  <Custom Action="CAChildAction3" Before="CAParentAction"><![CDATA[(a
unique really big and ugly condition statement goes here)]]></Custom>
  <!-- Is this possible? -->
  <Custom Action="CAParentAction"
Before="SomeOtherAction"><![CDATA[(CAChildAction1 OR CAChildAction2 OR
CAChildAction3)]]></Custom>
</InstallExecuteSequence>

-- 
Tony
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to