2013-12-27 15:05:07 -05:00
|
|
|
#define APPNAM "HexChat"
|
|
|
|
#define APPVER "<#= [string]::Join('.', $versionParts) #>"
|
2013-10-05 15:55:56 -04:00
|
|
|
; These are defined by our installer project at build time
|
|
|
|
;#define APPARCH "x64"
|
|
|
|
;#define PROJECTDIR "C:\...\hexchat\win32\installer\"
|
|
|
|
|
2013-11-09 03:47:24 -05:00
|
|
|
;http://mitrich.net23.net/?/inno-download-plugin.html
|
|
|
|
#include <idp.iss>
|
|
|
|
|
2013-10-05 15:55:56 -04:00
|
|
|
[Setup]
|
|
|
|
AppName=HexChat
|
|
|
|
AppVersion={#APPVER}
|
|
|
|
AppVerName=HexChat {#APPVER}
|
2012-12-25 21:49:21 -05:00
|
|
|
AppPublisher=HexChat
|
2013-10-05 15:55:56 -04:00
|
|
|
AppPublisherURL=http://hexchat.github.io
|
2012-12-25 21:49:21 -05:00
|
|
|
AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
|
|
|
|
AppSupportURL=https://github.com/hexchat/hexchat/issues
|
2013-10-05 15:55:56 -04:00
|
|
|
AppUpdatesURL=http://hexchat.github.io/downloads.html
|
2013-09-27 21:56:13 -04:00
|
|
|
LicenseFile=COPYING
|
2012-12-25 21:49:21 -05:00
|
|
|
UninstallDisplayIcon={app}\hexchat.exe
|
2013-10-05 15:55:56 -04:00
|
|
|
UninstallDisplayName=HexChat
|
|
|
|
#if APPARCH == "x64"
|
|
|
|
DefaultDirName={pf64}\HexChat
|
|
|
|
#else
|
|
|
|
DefaultDirName={pf32}\HexChat
|
|
|
|
#endif
|
2012-12-25 21:49:21 -05:00
|
|
|
DefaultGroupName=HexChat
|
|
|
|
DisableProgramGroupPage=yes
|
|
|
|
SolidCompression=yes
|
|
|
|
Compression=lzma2/ultra64
|
|
|
|
SourceDir=..\rel
|
|
|
|
OutputDir=..
|
2013-10-05 15:55:56 -04:00
|
|
|
#if APPARCH == "x64"
|
|
|
|
OutputBaseFilename={#APPNAM} {#APPVER} x64
|
|
|
|
#else
|
|
|
|
OutputBaseFilename={#APPNAM} {#APPVER} x86
|
|
|
|
#endif
|
2012-12-25 21:49:21 -05:00
|
|
|
FlatComponentsList=no
|
|
|
|
PrivilegesRequired=none
|
|
|
|
ShowComponentSizes=no
|
|
|
|
CreateUninstallRegKey=not IsTaskSelected('portable')
|
|
|
|
Uninstallable=not IsTaskSelected('portable')
|
2013-10-05 15:55:56 -04:00
|
|
|
#if APPARCH == "x64"
|
2012-12-25 21:49:21 -05:00
|
|
|
ArchitecturesAllowed=x64
|
|
|
|
ArchitecturesInstallIn64BitMode=x64
|
2013-10-05 15:55:56 -04:00
|
|
|
#else
|
|
|
|
ArchitecturesAllowed=x86 x64
|
|
|
|
#endif
|
2013-04-01 23:51:40 -04:00
|
|
|
MinVersion=6.0
|
2013-10-05 15:55:56 -04:00
|
|
|
WizardImageFile={#PROJECTDIR}wizardimage.bmp
|
|
|
|
WizardSmallImageFile={#PROJECTDIR}wizardsmallimage.bmp
|
|
|
|
SetupIconFile={#PROJECTDIR}..\..\data\icons\hexchat.ico
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
[Types]
|
|
|
|
Name: "normal"; Description: "Normal Installation"
|
|
|
|
Name: "minimal"; Description: "Minimal Installation"
|
|
|
|
Name: "custom"; Description: "Custom Installation"; Flags: iscustom
|
|
|
|
|
|
|
|
[Components]
|
|
|
|
Name: "libs"; Description: "HexChat"; Types: normal minimal custom; Flags: fixed
|
2014-04-17 02:43:22 -04:00
|
|
|
Name: "gtktheme"; Description: "GTK+ Theme (Native Windows look)"; Types: normal minimal custom; Flags: disablenouninstallwarning
|
2012-12-25 21:49:21 -05:00
|
|
|
Name: "xctext"; Description: "HexChat-Text"; Types: custom; Flags: disablenouninstallwarning
|
2013-11-09 03:47:24 -05:00
|
|
|
Name: "xtm"; Description: "HexChat Theme Manager"; Types: normal custom; Flags: disablenouninstallwarning
|
2012-12-25 21:49:21 -05:00
|
|
|
Name: "translations"; Description: "Translations"; Types: normal custom; Flags: disablenouninstallwarning
|
2013-11-15 09:48:51 -05:00
|
|
|
Name: "spell"; Description: "Spelling Dictionaries"; Types: custom; Flags: disablenouninstallwarning
|
2012-12-25 21:49:21 -05:00
|
|
|
Name: "plugins"; Description: "Plugins"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\checksum"; Description: "Checksum"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\doat"; Description: "Do At"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\exec"; Description: "Exec"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\fishlim"; Description: "FiSHLiM"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\mpcinfo"; Description: "mpcInfo"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\sysinfo"; Description: "SysInfo"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\upd"; Description: "Update Checker"; Types: normal custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "plugins\winamp"; Description: "Winamp"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "langs"; Description: "Language Interfaces"; Types: custom; Flags: disablenouninstallwarning
|
2014-05-28 19:14:17 -04:00
|
|
|
Name: "langs\perl"; Description: "Perl (requires Perl 5.20)"; Types: custom; Flags: disablenouninstallwarning
|
2013-05-02 11:20:05 -04:00
|
|
|
Name: "langs\python"; Description: "Python Interface"; Types: custom; Flags: disablenouninstallwarning
|
|
|
|
Name: "langs\python\python2"; Description: "Python (requires Python 2.7)"; Types: custom; Flags: disablenouninstallwarning exclusive
|
2014-03-17 09:05:58 -04:00
|
|
|
Name: "langs\python\python3"; Description: "Python (requires Python 3.4)"; Types: custom; Flags: disablenouninstallwarning exclusive
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
[Tasks]
|
2013-11-16 15:37:41 -05:00
|
|
|
Name: portable; Description: "Yes"; GroupDescription: "Portable Mode: Stores configuration files within install directory for portable drives."; Flags: unchecked
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
[Registry]
|
|
|
|
Root: HKCR; Subkey: "irc"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: ""; ValueData: "URL:IRC Protocol"; Flags: uninsdeletevalue; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: "URL Protocol"; ValueData: ""; Flags: uninsdeletevalue; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: "irc\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\hexchat.exe,0"; Flags: uninsdeletevalue; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: "irc\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: "irc\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\hexchat.exe --url=""%1"""; Flags: uninsdeletevalue; Tasks: not portable
|
|
|
|
|
|
|
|
Root: HKCR; Subkey: ".hct"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Components:xtm; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: ".hct"; ValueType: string; ValueName: ""; ValueData: "HexChat Theme File"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: ".hct"; ValueType: string; ValueName: "HexChat Theme File"; ValueData: ""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: ".hct\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe,0"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: ".hct\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
|
|
|
|
Root: HKCR; Subkey: ".hct\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe ""%1"""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
|
|
|
|
|
|
|
|
[Run]
|
|
|
|
Filename: "{app}\hexchat.exe"; Description: "Run HexChat after closing the Wizard"; Flags: nowait postinstall skipifsilent
|
2013-04-01 21:33:12 -04:00
|
|
|
Filename: "http://docs.hexchat.org/en/latest/changelog.html"; Description: "See what's changed"; Flags: shellexec runasoriginaluser postinstall skipifsilent unchecked
|
2014-05-31 11:15:45 -04:00
|
|
|
Filename: "{tmp}\vcredist.exe"; Parameters: "/install /quiet /norestart"; StatusMsg: "Installing Visual C++ Redistributable"; Flags: skipifdoesntexist; Tasks: not portable
|
2013-11-09 03:47:24 -05:00
|
|
|
Filename: "{tmp}\dotnet4.exe"; Parameters: "/q /norestart"; StatusMsg: "Installing .NET"; Components: xtm; Flags: skipifdoesntexist; Tasks: not portable
|
2014-05-29 09:33:03 -04:00
|
|
|
Filename: "{tmp}\perl.msi"; StatusMsg: "Installing Perl"; Components: langs\perl; Flags: shellexec skipifdoesntexist; Tasks: not portable
|
2013-11-09 03:47:24 -05:00
|
|
|
Filename: "{tmp}\python.msi"; StatusMsg: "Installing Python"; Components: langs\python; Flags: shellexec skipifdoesntexist; Tasks: not portable
|
2013-11-15 09:48:51 -05:00
|
|
|
Filename: "{tmp}\spelling-dicts.exe"; Parameters: "/verysilent"; StatusMsg: "Installing Spelling Dictionaries"; Components: spell; Flags: skipifdoesntexist; Tasks: not portable
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
[Files]
|
|
|
|
Source: "portable-mode"; DestDir: "{app}"; Tasks: portable
|
|
|
|
|
|
|
|
Source: "changelog.url"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "readme.url"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "cert.pem"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: gtktheme
|
|
|
|
Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
|
2013-09-27 21:56:13 -04:00
|
|
|
Source: "COPYING"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
2012-12-25 21:49:21 -05:00
|
|
|
Source: "share\locale\*"; DestDir: "{app}\share\locale"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: translations
|
|
|
|
|
|
|
|
Source: "atk-1.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "cairo.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "fontconfig.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "gdk_pixbuf-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "gdk-win32-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "gio-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "glib-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "gmodule-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "gobject-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "gthread-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "gtk-win32-2.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
2013-02-17 23:15:36 -05:00
|
|
|
Source: "harfbuzz.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
2012-12-25 21:49:21 -05:00
|
|
|
Source: "iconv.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "libenchant.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "libintl.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
2013-04-07 19:12:19 -04:00
|
|
|
Source: "libpng16.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
2012-12-25 21:49:21 -05:00
|
|
|
Source: "libxml2.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "pango-1.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "pangocairo-1.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "pangoft2-1.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "pangowin32-1.0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "pixman-1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
|
|
|
|
Source: "lib\enchant\libenchant_myspell.dll"; DestDir: "{app}\lib\enchant"; Flags: ignoreversion; Components: libs
|
|
|
|
|
2013-10-28 21:56:01 -04:00
|
|
|
Source: "lib\gtk-2.0\i686-pc-vs10\engines\*"; DestDir: "{app}\lib\gtk-2.0\i686-pc-vs10\engines"; Flags: ignoreversion; Components: libs
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
Source: "plugins\hcchecksum.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\checksum
|
|
|
|
Source: "plugins\hcdoat.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\doat
|
|
|
|
Source: "plugins\hcexec.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\exec
|
|
|
|
Source: "plugins\hcfishlim.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\fishlim
|
2013-04-14 04:15:52 -04:00
|
|
|
Source: "share\music.png"; DestDir: "{app}\share"; Flags: ignoreversion; Components: plugins\winamp or plugins\mpcinfo
|
2012-12-25 21:49:21 -05:00
|
|
|
Source: "plugins\hcmpcinfo.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\mpcinfo
|
2013-04-14 04:15:52 -04:00
|
|
|
Source: "share\download.png"; DestDir: "{app}\share"; Flags: ignoreversion; Components: plugins\upd
|
2012-12-25 21:49:21 -05:00
|
|
|
Source: "plugins\hcupd.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\upd
|
|
|
|
Source: "plugins\hcwinamp.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\winamp
|
2013-04-14 04:15:52 -04:00
|
|
|
Source: "share\system.png"; DestDir: "{app}\share"; Flags: ignoreversion; Components: plugins\sysinfo
|
2012-12-25 21:49:21 -05:00
|
|
|
Source: "plugins\hcsysinfo.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\sysinfo
|
|
|
|
|
2013-05-02 11:20:05 -04:00
|
|
|
Source: "plugins\hcpython2.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\python\python2
|
|
|
|
Source: "plugins\hcpython3.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\python\python3
|
2013-04-12 20:26:26 -04:00
|
|
|
Source: "plugins\hcperl.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\perl
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
Source: "hexchat.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
|
|
|
|
Source: "hexchat-text.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xctext
|
|
|
|
Source: "thememan.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xtm
|
|
|
|
|
|
|
|
[Icons]
|
2013-10-05 15:55:56 -04:00
|
|
|
Name: "{group}\HexChat"; Filename: "{app}\hexchat.exe"; Tasks: not portable
|
|
|
|
Name: "{group}\HexChat Safe Mode"; Filename: "{app}\hexchat.exe"; Parameters: "--no-auto --no-plugins"; Tasks: not portable
|
|
|
|
Name: "{group}\HexChat ChangeLog"; Filename: "{app}\changelog.url"; IconFilename: "{sys}\shell32.dll"; IconIndex: 165; Tasks: not portable
|
|
|
|
Name: "{group}\HexChat ReadMe"; Filename: "{app}\readme.url"; IconFilename: "{sys}\shell32.dll"; IconIndex: 23; Tasks: not portable
|
|
|
|
Name: "{group}\HexChat Config Folder"; Filename: "%APPDATA%\HexChat\"; Tasks: not portable
|
|
|
|
Name: "{group}\HexChat-Text"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable
|
|
|
|
Name: "{group}\HexChat Theme Manager"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable
|
|
|
|
Name: "{group}\Uninstall HexChat"; Filename: "{uninstallexe}"; Tasks: not portable
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
[Messages]
|
2013-10-05 15:55:56 -04:00
|
|
|
BeveledLabel= {#APPNAM}
|
2012-12-25 21:49:21 -05:00
|
|
|
|
|
|
|
[Code]
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
procedure InitializeWizard;
|
|
|
|
begin
|
|
|
|
WizardForm.LicenseAcceptedRadio.Checked := True;
|
2013-11-09 03:47:24 -05:00
|
|
|
|
|
|
|
idpDownloadAfter(wpReady);
|
|
|
|
end;
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function GetSysDir(): String;
|
|
|
|
begin
|
|
|
|
#if APPARCH != "x64"
|
|
|
|
if IsWin64 then
|
|
|
|
Result := ExpandConstant('{syswow64}\')
|
|
|
|
else
|
|
|
|
Result := ExpandConstant('{sys}\');
|
|
|
|
#else
|
|
|
|
Result := ExpandConstant('{sys}\');
|
|
|
|
#endif
|
2012-12-25 21:49:21 -05:00
|
|
|
end;
|
|
|
|
|
2013-11-09 03:47:24 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function CheckDLL(DLLName: String): Boolean;
|
|
|
|
var
|
|
|
|
ResultCode: Integer;
|
|
|
|
begin
|
|
|
|
if ExecAsOriginalUser(GetSysDir() + 'where.exe', '/Q ' + DLLName,
|
|
|
|
'', SW_HIDE, ewWaitUntilTerminated, ResultCode) then
|
|
|
|
Result := ResultCode = 0 // 0 is success
|
|
|
|
else
|
|
|
|
Result := False;
|
|
|
|
end;
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function CheckVCInstall(): Boolean;
|
|
|
|
begin
|
|
|
|
Result := FileExists(GetSysDir() + 'msvcr120.dll');;
|
|
|
|
end;
|
|
|
|
|
2013-11-15 09:48:51 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function CheckSpellInstall(): Boolean;
|
|
|
|
begin
|
|
|
|
Result := DirExists(ExpandConstant('{localappdata}') + '\enchant');;
|
|
|
|
end;
|
|
|
|
|
2013-11-09 03:47:24 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function CheckDotNetInstall(): Boolean;
|
|
|
|
begin
|
|
|
|
Result := RegKeyExists(HKLM, 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4');
|
|
|
|
end;
|
|
|
|
|
2013-11-16 15:37:41 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
// Sets up the automatic downloads
|
2013-11-09 03:47:24 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
procedure CurPageChanged(CurPageID: Integer);
|
|
|
|
var
|
|
|
|
REDIST: String;
|
|
|
|
PERL: String;
|
|
|
|
PY2: String;
|
|
|
|
PY3: String;
|
|
|
|
DOTNET: String;
|
2013-11-15 09:48:51 -05:00
|
|
|
SPELL: String;
|
2013-11-09 03:47:24 -05:00
|
|
|
begin
|
2013-11-16 15:37:41 -05:00
|
|
|
if(CurPageID = wpReady) then
|
2013-11-09 03:47:24 -05:00
|
|
|
begin
|
|
|
|
idpClearFiles;
|
|
|
|
|
2013-11-16 15:37:41 -05:00
|
|
|
if not IsTaskSelected('portable') then
|
|
|
|
begin
|
|
|
|
|
2013-11-09 03:47:24 -05:00
|
|
|
#if APPARCH == "x64"
|
2013-11-16 15:37:41 -05:00
|
|
|
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
|
2014-05-29 09:33:03 -04:00
|
|
|
PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
|
2014-02-28 04:11:18 -05:00
|
|
|
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi';
|
2014-03-17 09:05:58 -04:00
|
|
|
PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.amd64.msi';
|
2013-11-09 03:47:24 -05:00
|
|
|
#else
|
2013-11-16 15:37:41 -05:00
|
|
|
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
|
2014-05-29 09:33:03 -04:00
|
|
|
PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
|
2014-02-28 04:11:18 -05:00
|
|
|
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.msi';
|
2014-03-17 09:05:58 -04:00
|
|
|
PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.msi';
|
2013-11-09 03:47:24 -05:00
|
|
|
#endif
|
2013-11-16 15:37:41 -05:00
|
|
|
DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
|
|
|
|
SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
|
|
|
|
|
|
|
|
if not CheckVCInstall() then
|
|
|
|
idpAddFile(REDIST, ExpandConstant('{tmp}\vcredist.exe'));
|
|
|
|
|
|
|
|
if IsComponentSelected('xtm') and not CheckDotNetInstall() then
|
|
|
|
idpAddFile(DOTNET, ExpandConstant('{tmp}\dotnet4.exe'));
|
|
|
|
|
|
|
|
if IsComponentSelected('spell') and not CheckSpellInstall() then
|
|
|
|
idpAddFile(SPELL, ExpandConstant('{tmp}\spelling-dicts.exe'));
|
|
|
|
|
2014-05-28 12:22:19 -04:00
|
|
|
if IsComponentSelected('langs\perl') and not CheckDLL('perl520.dll') then
|
2014-05-29 09:33:03 -04:00
|
|
|
idpAddFile(PERL, ExpandConstant('{tmp}\perl.msi'));
|
2013-11-16 15:37:41 -05:00
|
|
|
|
|
|
|
if IsComponentSelected('langs\python\python2') and not CheckDLL('python27.dll') then
|
|
|
|
idpAddFile(PY2, ExpandConstant('{tmp}\python.msi'));
|
|
|
|
|
2014-04-08 20:17:04 -04:00
|
|
|
if IsComponentSelected('langs\python\python3') and not CheckDLL('python34.dll') then
|
2013-11-16 15:37:41 -05:00
|
|
|
idpAddFile(PY3, ExpandConstant('{tmp}\python.msi'));
|
|
|
|
end;
|
2013-11-09 03:47:24 -05:00
|
|
|
end;
|
|
|
|
end;
|
2012-12-25 21:49:21 -05:00
|
|
|
|
2013-11-16 15:37:41 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
// Disable portable-mode if installing to program files
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function NextButtonClick(CurPageID: Integer): Boolean;
|
|
|
|
begin
|
|
|
|
if (CurPageID = wpSelectTasks) then
|
|
|
|
if (WizardForm.TasksList.Checked[1] = True) then
|
|
|
|
#if APPARCH == "x64"
|
|
|
|
if (WizardDirValue() = ExpandConstant('{pf64}\HexChat')) then
|
|
|
|
#else
|
|
|
|
if (WizardDirValue() = ExpandConstant('{pf32}\HexChat')) then
|
|
|
|
#endif
|
|
|
|
begin
|
|
|
|
WizardForm.TasksList.Checked[1] := False
|
|
|
|
MsgBox('Portable mode is only intended for use on portable drives and has been disabled.', mbInformation, MB_OK)
|
|
|
|
end;
|
|
|
|
|
|
|
|
Result := True; // Always continue
|
|
|
|
end;
|
|
|
|
|
2012-12-25 21:49:21 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
// these are required for x86->x64 or reverse upgrades
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function GetUninstallString(): String;
|
|
|
|
var
|
|
|
|
sUnInstPath: String;
|
|
|
|
sUnInstallString: String;
|
|
|
|
begin
|
2013-10-05 15:55:56 -04:00
|
|
|
#if APPARCH == "x64"
|
2012-12-25 21:49:21 -05:00
|
|
|
sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\HexChat (x64)_is1');
|
2013-10-05 15:55:56 -04:00
|
|
|
#else
|
|
|
|
sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\HexChat (x86)_is1');
|
|
|
|
#endif
|
2012-12-25 21:49:21 -05:00
|
|
|
sUnInstallString := '';
|
|
|
|
if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then
|
|
|
|
RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString);
|
2013-10-05 15:55:56 -04:00
|
|
|
if not (sUnInstallString <> '') then
|
|
|
|
sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\HexChat_is1');
|
|
|
|
if not RegQueryStringValue(HKLM32, sUnInstPath, 'UninstallString', sUnInstallString) then
|
2013-10-12 13:36:43 -04:00
|
|
|
if not RegQueryStringValue(HKCU32, sUnInstPath, 'UninstallString', sUnInstallString) then
|
|
|
|
if IsWin64 then
|
|
|
|
if not RegQueryStringValue(HKLM64, sUnInstPath, 'UninstallString', sUnInstallString) then
|
|
|
|
RegQueryStringValue(HKCU64, sUnInstPath, 'UninstallString', sUnInstallString);
|
2012-12-25 21:49:21 -05:00
|
|
|
Result := sUnInstallString;
|
|
|
|
end;
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function IsUpgrade(): Boolean;
|
|
|
|
begin
|
|
|
|
Result := (GetUninstallString() <> '');
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
function UnInstallOldVersion(): Integer;
|
|
|
|
var
|
|
|
|
sUnInstallString: String;
|
|
|
|
iResultCode: Integer;
|
|
|
|
begin
|
|
|
|
// Return Values:
|
|
|
|
// 1 - uninstall string is empty
|
|
|
|
// 2 - error executing the UnInstallString
|
|
|
|
// 3 - successfully executed the UnInstallString
|
|
|
|
|
|
|
|
// default return value
|
|
|
|
Result := 0;
|
|
|
|
|
|
|
|
// get the uninstall string of the old app
|
|
|
|
sUnInstallString := GetUninstallString();
|
|
|
|
if sUnInstallString <> '' then begin
|
|
|
|
sUnInstallString := RemoveQuotes(sUnInstallString);
|
|
|
|
if Exec(sUnInstallString, '/SILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
|
|
|
|
Result := 3
|
|
|
|
else
|
|
|
|
Result := 2;
|
|
|
|
end else
|
|
|
|
Result := 1;
|
|
|
|
end;
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
procedure CurStepChanged(CurStep: TSetupStep);
|
|
|
|
begin
|
|
|
|
if not (IsTaskSelected('portable')) then
|
|
|
|
begin
|
|
|
|
if (CurStep=ssInstall) then
|
|
|
|
begin
|
|
|
|
if (IsUpgrade()) then
|
|
|
|
begin
|
|
|
|
UnInstallOldVersion();
|
|
|
|
end;
|
|
|
|
DeleteFile(ExpandConstant('{app}\portable-mode'));
|
|
|
|
end;
|
|
|
|
end;
|
|
|
|
end;
|