Inno Script - How to make “I Accept the Agreement” radio button on EULA page selected by Default

出处: 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;

 

posted on 2019-06-13 10:22  liujx2019  阅读(197)  评论(0编辑  收藏  举报

导航