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
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
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
3 matches
Mail list logo