Hi,
I have the following code snipped to launch my application when the 
installation is complete.
          <CustomAction Id="RunMainApp"          Directory="SUBDIR"          
ExeCommand="[SUBDIR]myapplication.exe"          Execute="deferred"          
Return="ignore"/>
          <InstallExecuteSequence>                <Custom Action="RunMainApp" 
Before="InstallFinalize" />         </InstallExecuteSequence>
At the end of the installation (before seeing the page with Finish button), 
myapplication.exe is triggered nicely. However, the page with Finish button 
never comes until I kill the myapplication.exe manually in task manager. Once I 
kill it, I see the finish page. So, the installation waits for the launched 
application for some reason. Could anyone help me how to solve this? 
Thanks.                                           
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to