Man, Shirley wrote:

I am launching a third-party installer (say, abc.exe) within my own, and I would like to display a popup message saying "abc.exe failed to install" if abc fails. This abc installer is launched in silent mode, so there is no error message from it. User will continue the rest of the installation after he clicks OK.

Basically, I want my program to install even if abc fails.

I can detect if abc is not installed properly, but I could not find a way to insert this message popup.


You need to wrap the .exe in another custom action to display the message.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to