出处: https://stackoverflow.com/questions/11187022/inno-script-how-to-make-i-accept-the-agreement-radio-button-on-eula-page-sel
[Code] procedure InitializeWizard; begin WizardForm.LicenseAcceptedRadio.Checked := True; end;