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

 

 
  1. [Setup]
    ; xkfile.txt文件不能为空
    LicenseFile=C:\Documents and Settings\Administrator\桌面\smqh\xkfile.txt
    [code]
    procedure InitializeWizard();
    begin
      WizardForm.LICENSEACCEPTEDRADIO.Checked:=true;
    end;
相关文章
相关标签/搜索