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

Posted liujx2019

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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;

 

以上是关于Inno Script - How to make “I Accept the Agreement” radio button on EULA page selected by Default(代码片的主要内容,如果未能解决你的问题,请参考以下文章

[转]Android How to Download and Make Volley.jar

How to make an HTTP request

How to make dictionary work in TexStudio

How To Make a Music Visualizer in iOS

How to Make cURL works with cmake

How to make Egit remember password and username?