In Inno Setup, I have an end-user license agreement that says "I agree with the agreement" and "I do not agree with the agreement."
How can I set the "I accept" switch by default?
You can check the LicenseAcceptedRadio control from the script code:
LicenseAcceptedRadio
[Code] procedure InitializeWizard; begin WizardForm.LicenseAcceptedRadio.Checked := True; end;
Source: https://habr.com/ru/post/918929/More articles:Justification for reusing "&&" - token for rvalue reference? - c ++Collapse multiple rows that have adjacent timestamps - sqlHow can I simulate 1000 concurrent users as real? - concurrencyEnable Magento Varien_Profiler in admin area - profilingHow to configure registration hook for all registered types in Unity? - c #Search for reentries with ranking functions - sqlAsynchronous serialization of protobuff - c #Destroy part of a binary file - c #https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/918933/how-to-override-existing-css-to-let-child-div-1-has-fixed-width-and-child-div-has-remaining-width-of-parent&usg=ALkJrhiicsF_01fkks-I-eglas3KKFSOJAGet the width of the last line of a multiline UILabel - textAll Articles