Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-23 Thread Alex Goryuk
That¹s a good point, so it¹s the magic combination of Installed AND NOT RESUME AND NOT Preselected And Sequencing within the UI element. Thanks, Alex G. On 5/22/08 8:56 PM, "Bob Arnson" <[EMAIL PROTECTED]> wrote: > Alex Goryuk wrote: >> Re: [WiX-users] Custom W

Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-22 Thread Bob Arnson
Alex Goryuk wrote: I'm guessing some action triggers MaintenanceWelcomeDlg, but now it's not being referenced (since I overrode it with CustomMaintenanceWelcomeDlg ). Thus the uninstall process goes straight to the VerifyReadyDlg dialog. MaintenanceWelcomeDlg schedules itself; see the Install

Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-22 Thread Alex Goryuk
m/blog/misc/adding-and-customizing-dlgs-in-wix- > 3/ may be a help for you. It was so for me. > > Good luck, > >> > Date: Wed, 21 May 2008 14:48:44 -0400 >> > From: Alex Goryuk <[EMAIL PROTECTED]> >> > Subject: Re: [WiX-users] Custom WiXUI - over

Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-22 Thread Riyaz Mogharabin
Dear Alex, http://www.dizzymonkeydesign com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ may be a help for you. It was so for me. Good luck, > Date: Wed, 21 May 2008 14:48:44 -0400 > From: Alex Goryuk <[EMAIL PROTECTED]> > Subject: Re: [WiX-users] Custom WiXUI - overriding

Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-21 Thread Alex Goryuk
.. >> >> >> >> >> This gives me the error I described earlier: >> [exec] installer.wxs(51): error LGHT0091: Duplicate symbol >> 'Dialog:MaintenanceWelcomeDlg' found >> >> >> Al

Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-21 Thread Christopher Karper
, "Willie Burton" <[EMAIL PROTECTED]> wrote: > > Take a look at the source files: > http://www.wixwiki.com/index.php?title=UiExtension > > You can see a sample of a Custom UI: > http://www.wixwiki.com/index.php?title=WixUI_Custom > > > > -

Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-21 Thread Alex Goryuk
nsion > > You can see a sample of a Custom UI: > http://www.wixwiki.com/index.php?title=WixUI_Custom > > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Goryuk > Sent: Wednesday, May 21, 2008 10:01 AM > To: wix-users@lists.sourcefor

Re: [WiX-users] Custom WiXUI - overriding default dialogs

2008-05-21 Thread Christopher Karper
You'll need to create your own UI sequence to adjust the dialogs used in installation. I would suggest using the closest appropriate WiX dialog set as a starting point, and you can customize from there. I copied the file I liked locally, and made my modifications, changed the reference in my main

[WiX-users] Custom WiXUI - overriding default dialogs

2008-05-21 Thread Alex Goryuk
Hi, How do you override the dialogs provided in WixUIExtension.dll ? I¹m trying to override the default behavior of MaintenanceWelcomeDlg. Here are 2 things I¹ve tried: 1) Inserting a copy of this dialog into the sequence causes Œlight¹ to display the duplicate dialog name found [exec]