1

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.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.