0
votes

I just started on Wix today, I want to modify "LicenseAgreementDlg" (I believe its a built-in dialog). I want to replace checkbox with Radio button.

I did some research and I think I have create a new wxs file with radio buttons.

Is this correct? Am I doing it right?

Thanks,

1
Yes. You must download the wix source, and modify the dialog to suite your needs. See my answer here: stackoverflow.com/questions/10887486/…BryanJ

1 Answers

1
votes

You can create a new dialog based on the standard one and replace it in the UI sequence.

See Legalese in the WiX tutorial for more details.