Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Inno Setup には、「契約に同意します」と「契約に同意しない」というエンドユーザー使用許諾契約ページがあります。
デフォルトで「同意する」ラジオボタンを選択するにはどうすればよいですか?
LicenseAcceptedRadioスクリプト コードからコントロールを確認できます。
LicenseAcceptedRadio
[Code] procedure InitializeWizard; begin WizardForm.LicenseAcceptedRadio.Checked := True; end;