Accept license agreement by default

This commit is contained in:
Berke Viktor 2012-10-13 18:55:43 +02:00
parent c01ee90ef6
commit 68e795a595
4 changed files with 28 additions and 0 deletions

View File

@ -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
/////////////////////////////////////////////////////////////////////

View File

@ -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
/////////////////////////////////////////////////////////////////////

View File

@ -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
/////////////////////////////////////////////////////////////////////

View File

@ -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
/////////////////////////////////////////////////////////////////////