Re: [WiX-users] Show dialog before ExitDialog

2008-05-29 Thread Bob Arnson
Tony Juricic wrote: > ... so to *conditionally* display a custom dialog right before the last > dialog one must do the following: > > a) have the exit dialog which is really two dialogs in one, with > controls hidden or shown, based on condition. > For ex. if the condition is false it shows the Fin

Re: [WiX-users] Show dialog before ExitDialog

2008-05-29 Thread Tony Juricic
, May 29, 2008 12:11 PM To: Tony Juricic Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Show dialog before ExitDialog Tony Juricic wrote: > Or do I have to 'cheat' and put in the example above the dialog that I > want shown before 'the true exit dialog' and

Re: [WiX-users] Show dialog before ExitDialog

2008-05-29 Thread Bob Arnson
Tony Juricic wrote: > 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? > Correct. MSI supports only one 'exit' dialog but it can show additional dialogs. > If that is t

Re: [WiX-users] Show dialog before ExitDialog

2008-05-29 Thread Alex Goryuk
Hey Tony, I just went through a similar process and I'd suggest reading: http://www.wixwiki.com/index.php?title=WixUI_Custom And http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wi x-3/ Alex G. On 5/29/08 10:10 AM, "Tony Juricic" <[EMAIL PROTECTED]> wrote: > I'm using t

[WiX-users] Show dialog before ExitDialog

2008-05-29 Thread Tony Juricic
I'm using the following standard declaration to show ExitDialog: 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