您的位置:首页 > 其它

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

2018-02-05 14:45 513 查看


[Setup]
; xkfile.txt文件不能为空
LicenseFile=C:\Documents and Settings\Administrator\桌面\smqh\xkfile.txt
[code]
procedure InitializeWizard();
begin
WizardForm.LICENSEACCEPTEDRADIO.Checked:=true;
end;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐