Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
68e795a5
Commit
68e795a5
authored
Oct 13, 2012
by
Berke Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accept license agreement by default
parent
c01ee90e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
win32/installer/hexchat-x64.skel.iss
win32/installer/hexchat-x64.skel.iss
+7
-0
win32/installer/hexchat-x86.skel.iss
win32/installer/hexchat-x86.skel.iss
+7
-0
win32/installer/hexchat-xp-x64.skel.iss
win32/installer/hexchat-xp-x64.skel.iss
+7
-0
win32/installer/hexchat-xp-x86.skel.iss
win32/installer/hexchat-xp-x86.skel.iss
+7
-0
No files found.
win32/installer/hexchat-x64.skel.iss
View file @
68e795a5
...
...
@@ -197,6 +197,13 @@ Name: "{group}\Uninstall HexChat (x64)"; Filename: "{uninstallexe}"; Tasks: not
BeveledLabel= HexChat
[Code]
/////////////////////////////////////////////////////////////////////
procedure InitializeWizard;
begin
WizardForm.LicenseAcceptedRadio.Checked := True;
end;
/////////////////////////////////////////////////////////////////////
// these are required for x86->x64 or reverse upgrades
/////////////////////////////////////////////////////////////////////
...
...
win32/installer/hexchat-x86.skel.iss
View file @
68e795a5
...
...
@@ -198,6 +198,13 @@ Name: "{group}\Uninstall HexChat (x86)"; Filename: "{uninstallexe}"; Tasks: not
BeveledLabel= HexChat
[Code]
/////////////////////////////////////////////////////////////////////
procedure InitializeWizard;
begin
WizardForm.LicenseAcceptedRadio.Checked := True;
end;
/////////////////////////////////////////////////////////////////////
// these are required for x86->x64 or reverse upgrades
/////////////////////////////////////////////////////////////////////
...
...
win32/installer/hexchat-xp-x64.skel.iss
View file @
68e795a5
...
...
@@ -197,6 +197,13 @@ Name: "{group}\Uninstall HexChat (x64)"; Filename: "{uninstallexe}"; Tasks: not
BeveledLabel= HexChat
[Code]
/////////////////////////////////////////////////////////////////////
procedure InitializeWizard;
begin
WizardForm.LicenseAcceptedRadio.Checked := True;
end;
/////////////////////////////////////////////////////////////////////
// these are required for x86->x64 or reverse upgrades
/////////////////////////////////////////////////////////////////////
...
...
win32/installer/hexchat-xp-x86.skel.iss
View file @
68e795a5
...
...
@@ -198,6 +198,13 @@ Name: "{group}\Uninstall HexChat (x86)"; Filename: "{uninstallexe}"; Tasks: not
BeveledLabel= HexChat
[Code]
/////////////////////////////////////////////////////////////////////
procedure InitializeWizard;
begin
WizardForm.LicenseAcceptedRadio.Checked := True;
end;
/////////////////////////////////////////////////////////////////////
// these are required for x86->x64 or reverse upgrades
/////////////////////////////////////////////////////////////////////
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment