diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 18:55:43 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 18:55:43 +0200 |
commit | 68e795a595b9c22464d664d989c457d88570de18 (patch) | |
tree | f258b83d552eb726cf9789973ca7135d3a0d9d34 /win32/installer/hexchat-x64.skel.iss | |
parent | c01ee90ef6eaf62e1ec3b10567a54a0b7c0a3977 (diff) |
Accept license agreement by default
Diffstat (limited to 'win32/installer/hexchat-x64.skel.iss')
-rw-r--r-- | win32/installer/hexchat-x64.skel.iss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/installer/hexchat-x64.skel.iss b/win32/installer/hexchat-x64.skel.iss index 754bfc54..a22d22c8 100644 --- a/win32/installer/hexchat-x64.skel.iss +++ b/win32/installer/hexchat-x64.skel.iss @@ -198,6 +198,13 @@ BeveledLabel= HexChat [Code] ///////////////////////////////////////////////////////////////////// +procedure InitializeWizard; +begin + WizardForm.LicenseAcceptedRadio.Checked := True; +end; + + +///////////////////////////////////////////////////////////////////// // these are required for x86->x64 or reverse upgrades ///////////////////////////////////////////////////////////////////// function GetUninstallString(): String; |