【Inno Setup】添加许可协议,并默认选中我同意按钮

 

 
  1. [Setup]
    ; xkfile.txt文件不能为空
    LicenseFile=C:Documents and SettingsAdministrator桌面smqhxkfile.txt
    [code]
    procedure InitializeWizard();
    begin
      WizardForm.LICENSEACCEPTEDRADIO.Checked:=true;
    end;
原文地址:https://www.cnblogs.com/lyl6796910/p/8417532.html