1. 程式人生 > >【Inno Setup】新增許可協議,並預設選中我同意按鈕

【Inno Setup】新增許可協議,並預設選中我同意按鈕

[Setup]
; xkfile.txt檔案不能為空
LicenseFile=C:\Documents and Settings\Administrator\桌面\smqh\xkfile.txt
[code]
procedure InitializeWizard();
begin
  WizardForm.LICENSEACCEPTEDRADIO.Checked:=true;
end;