I'm using the following standard declaration to show ExitDialog:

      <InstallUISequence>
                <Show Dialog="ExitDialog" OnExit="success"/>
      </InstallUISequence>

How do I display the dialog right before this one? 

Or do I have to 'cheat' and put in the example above the dialog that I
want shown before 'the true exit dialog' and then link its Next button
to the actual exit dialog? 

If that is the case, what event must be published by the Finish button?
Something like:
 <Control="Finish" Event="OnExit" Value="success" /> ?

Thanks!

-------------------------------------------------------------------------
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