Hi,

in my final screen i need to have two check box options.
            1. launch the installed application (show only on new
installations)
             2. invoke another exe in the same folder as the msi (  show
only on removal of a particular feature)


I cannot identify how to give specific conditions for custom action calls.
further to check box options there are other 3 custom actions which runs on
the finish button too.

Any idea of how to get this done?

does "Order" attribute plays any role here?



<UI>

<Publish Dialog="ExitDialog" Control="Finish" Order="1" Event="DoAction"
Value="LaunchApplication">LAUNCHAPPONEXIT AND <![CDATA[&EnterpriseConsole=3
]]></Publish>

<Publish Dialog="ExitDialog" Control="Finish" Order="2" Event="DoAction"
Value="LaunchRedistForAdmin"><![CDATA[&AdminServer=3]]> AND <![CDATA[
&AppServer<>3]]></Publish>

<Publish Dialog="ExitDialog" Control="Finish" Order="3" Event="DoAction"
Value="LaunchRedistForApp"><![CDATA[&AppServer=3]]> AND <![CDATA[
&AdminServer<>3]]></Publish>

<Publish Dialog="ExitDialog" Control="Finish" Order="3" Event="DoAction"
Value="LaunchRedistForApp"><![CDATA[&AppServer=3]]> AND <![CDATA[
&AdminServer=3]]></Publish>

<Publish Dialog="ExitDialog" Control="Finish" Order="1" Event="DoAction"
Value="LaunchSQLExpressRemoval">

LAUNCHSQLEXPRESSREMOVALONEXIT  AND WixUI_InstallMode = "Remove"

</Publish>

</UI>

LAUNCHAPPONEXIT  & LAUNCHSQLEXPRESSREMOVALONEXIT  are the check box
properties
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to