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 file, and that was it.  I'm using votive, so if there
are issues related to referencing, I don't run into them, just keep that in
mind if you have difficulties.

Lots of luck.

Chris

On Wed, May 21, 2008 at 10:01 AM, Alex Goryuk <[EMAIL PROTECTED]>
wrote:

>  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 <UI /> sequence causes 'light'
> to display the duplicate dialog name found
>      [exec]     installer.wxs(51): error LGHT0091: Duplicate symbol
> 'Dialog:MaintenanceWelcomeDlg' found.
> 2) Overriding it with a new custom named dialog name
> "NewMaintenanceWelcomeDlg", behavior of this causes the new dialog to be
> skipped during uninstall sequnce it goes straight to VerifyReadyDlg
>
> Any thoughts on how to trigger the "NewMaintenanceWelcomeDlg" instead of
> "MaintenanceWelcomeDlg" ?
>
> Thanks,
> Alex G.
>
> -------------------------------------------------------------------------
> 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
>
>
-------------------------------------------------------------------------
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