Re: [WiX-users] Installation hangs when launching the installed application

2014-06-12 Thread Carter Young
Use this approach instead: http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ Carter Quoting Dolevo Jay : > Hi, > I have the following code snipped to launch my application when the > installation is complete. >ExeCommand="[SUBDIR]myapplication

Re: [WiX-users] Installation hangs when launching the installed application

2014-06-12 Thread Phill Hogland
You have Return="ignore" which means "the custom action will run synchronously and the return code will not be checked". If you want the action to run asynchronously then use Return="asyncNoWait". (I have not done this so I don't know if there are other issues, particularly related to the fact th

[WiX-users] Installation hangs when launching the installed application

2014-06-12 Thread Dolevo Jay
Hi, I have the following code snipped to launch my application when the installation is complete. At the end of the installation (before seeing the page with Finish button), myapplication.exe is triggered nicely. However, the page with Finish button