WiX replace dialog

2019-07-04 13:16发布

问题:

How may I replace one standard dialog, e.g MaintenanceTypeDlg?

I have a reference to UIExtension.dll and when I add MaintenanceTypeDlg.wxs to my project, I get an error about duplication of dialogs.

Can I replace a single standard dialog without removing the reference and adding all needed .wxs files?