0

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,

Ali
  • 309
  • 1
  • 5
  • 20
  • 2
    Yes. You must download the wix source, and modify the dialog to suite your needs. See my answer here: http://stackoverflow.com/questions/10887486/wix-custom-ui-for-sql-database-installation/10896867#10896867 – BryanJ Jun 15 '12 at 20:15

1 Answers1

1

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.

Alexey Ivanov
  • 11,541
  • 4
  • 39
  • 68