Hi,

After a successful installation we currently launch our application using
the following custom action:

    <Property Id="WixShellExecTarget" Value="[#MyApp.exe]" />
    <CustomAction Id="LaunchFile" BinaryKey="WixCA" DllEntry="WixShellExec"
Impersonate="yes" Execute="immediate"/>

Is there a way to launch two applications?

If not I am planning to create a third application which simply launches
both applications and closes.  This third application will then be launched
by WiX.  This is a simple solution but it would be nice to launch both
directly from WiX.

Thanks in advance for your help!
Simon
-- 
View this message in context: 
http://n2.nabble.com/Launching-two-Processes-after-a-WiX-installation-tp4871679p4871679.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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