I'm building a custom installer using WiX Toolset v4, and I want to remove the Print button from the default License Agreement dialog (LicenseAgreementDlg).
My installer uses the WixUI_Minimal built-in UI sequence.
But I don’t want the Print button to appear in the License dialog. I only want:
The license text (from an RTF file)
The “I accept” checkbox
Next, Back, and Cancel buttons
Is there a simple way to remove the Print button from the LicenseAgreementDlg in WiX Toolset (v4)?
Or do I have to manually recreate the entire UI dialog sequence just to remove that one button?
Any example or guidance would be appreciated.