Geoff Finger wrote:
> I hooked up the dialog to the "Next" button for the welcome dialog and
> everything seem to work fine, except that if you hit "OK" it goes back
> to the welcome dialog and doesn't go on to the next section of the
> installer until you hit "Next" again. Is there any way to make the
> Welcome page wait on the results of the spawned dialog before
> evaluating the next Publish action in the list? Or do I just need to
> give up and make the warning a standalone dialog page rather than a
> popup?
>   

When a spawned dialog is running, so is the dialog that spawns it. MSI 
doesn't have a way to close both dialogs from the spawned one. That's 
why we handled something similar before the welcome dialog, in 
src\Setup\VStudio.wxs.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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