I'm not sure which source I was looking at. Assuming v3.0 RTM, Bob is right.
Wix's final dialog is called ExitDialog, and it is a "success" dialog. You would need to replace that dialog with the content of your "MyDialog" (including sequencing) and make that dialog call another dialog from its "Next" button that contains the content (without the sequencing) of Wix's ExitDialog. Somewhere I'll find the ExitDlg I was looking at. Maybe it was the flu. -----Original Message----- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Saturday, October 24, 2009 4:15 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to create window before exit dialog Blair wrote: > <InstallUISequence> > <Custom Action="MyDialog" Before="ExitDlg"/> > </InstallUISequence> > I don't think that'll work -- remember that InstallUISequence has "special" sequences for the success, cancel, fail, and suspend dialogs. To have multiple dialogs after an install completes successfully, you need to replace ExitDlg. -- sig://boB http://joyofsetup.com/ ---------------------------------------------------------------------------- -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users