In Inno Setup I have and End-user license agreement page which has "I accept the agreement" and "I don't accept the agreement."
How can I make the "I accept" radio button selected by default?
You can check the LicenseAcceptedRadio
control from script code:
[Code]
procedure InitializeWizard;
begin
WizardForm.LicenseAcceptedRadio.Checked := True;
end;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With