summary refs log tree commit diff stats
path: root/win32/installer
diff options
context:
space:
mode:
Diffstat (limited to 'win32/installer')
-rw-r--r--win32/installer/hexchat-x64.skel.iss (renamed from win32/installer/xchat-wdk-x64.skel.iss)50
-rw-r--r--win32/installer/hexchat-x86.skel.iss (renamed from win32/installer/xchat-wdk-x86.skel.iss)50
-rw-r--r--win32/installer/installer.vcxproj48
-rw-r--r--win32/installer/installer.vcxproj.filters4
4 files changed, 76 insertions, 76 deletions
diff --git a/win32/installer/xchat-wdk-x64.skel.iss b/win32/installer/hexchat-x64.skel.iss
index a309b1b6..0d3d754d 100644
--- a/win32/installer/xchat-wdk-x64.skel.iss
+++ b/win32/installer/hexchat-x64.skel.iss
@@ -1,14 +1,14 @@
-AppName=XChat-WDK (x64)

-AppPublisher=XChat-WDK

-AppPublisherURL=http://www.xchat-wdk.org/

+AppName=HexChat (x64)

+AppPublisher=HexChat

+AppPublisherURL=http://www.hexchat.org/

 AppCopyright=Copyright (C) 1998-2010 Peter Zelezny

-AppSupportURL=http://code.google.com/p/xchat-wdk/issues/list

-AppUpdatesURL=http://www.xchat-wdk.org/home/downloads

+AppSupportURL=https://github.com/hexchat/hexchat/issues

+AppUpdatesURL=http://www.hexchat.org/home/downloads

 LicenseFile=COPYING

-UninstallDisplayIcon={app}\xchat.exe

-UninstallDisplayName=XChat-WDK (x64)

-DefaultDirName={pf}\XChat-WDK

-DefaultGroupName=XChat-WDK

+UninstallDisplayIcon={app}\hexchat.exe

+UninstallDisplayName=HexChat (x64)

+DefaultDirName={pf}\HexChat

+DefaultGroupName=HexChat

 DisableProgramGroupPage=yes

 SolidCompression=yes

 SourceDir=..\rel

@@ -28,9 +28,9 @@ Name: "minimal"; Description: "Minimal Installation"
 Name: "custom"; Description: "Custom Installation"; Flags: iscustom

 

 [Components]

-Name: "libs"; Description: "XChat-WDK"; Types: normal full minimal custom; Flags: fixed

-Name: "xctext"; Description: "XChat-Text"; Types: full custom; Flags: disablenouninstallwarning

-Name: "xtm"; Description: "XChat Theme Manager (Requires .NET 4.0)"; Types: full custom; Flags: disablenouninstallwarning

+Name: "libs"; Description: "HexChat"; Types: normal full minimal custom; Flags: fixed

+Name: "xctext"; Description: "HexChat-Text"; Types: full custom; Flags: disablenouninstallwarning

+Name: "xtm"; Description: "HexChat Theme Manager (Requires .NET 4.0)"; Types: full custom; Flags: disablenouninstallwarning

 Name: "translations"; Description: "Translations"; Types: normal full custom; Flags: disablenouninstallwarning

 ;obs Name: "gtkengines"; Description: "GTK+ Engines"; Types: full custom; Flags: disablenouninstallwarning

 ;Name: "spelling"; Description: "Spelling Dictionaries"; Types: full custom; Flags: disablenouninstallwarning

@@ -66,19 +66,19 @@ Name: perl516; Description: "5.16"; GroupDescription: "Perl version:"; Flags: ex
 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}\xchat.exe,0"; 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}\xchat.exe --url=""%1"""; 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: ".xct"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Components:xtm; Tasks: not portable

-Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: ""; ValueData: "XChat Theme File"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

-Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: "XChat Theme File"; ValueData: ""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

+Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: ""; ValueData: "HexChat Theme File"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

+Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: "HexChat Theme File"; ValueData: ""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 Root: HKCR; Subkey: ".xct\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe,0"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 Root: HKCR; Subkey: ".xct\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 Root: HKCR; Subkey: ".xct\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe ""%1"""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 

 [Run]

-Filename: "{app}\xchat.exe"; Description: "Run XChat-WDK after closing the Wizard"; Flags: nowait postinstall skipifsilent

+Filename: "{app}\hexchat.exe"; Description: "Run HexChat after closing the Wizard"; Flags: nowait postinstall skipifsilent

 

 [Files]

 ; Add the ISSkin DLL used for skinning Inno Setup installations.

@@ -184,18 +184,18 @@ Source: "plugins\xcperl-512.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dl
 Source: "plugins\xcperl-514.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl514

 Source: "plugins\xcperl-516.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl516

 

-Source: "xchat.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

-Source: "xchat-text.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xctext

+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]

-Name: "{group}\XChat-WDK (x64)"; Filename: "{app}\xchat.exe"; Tasks: not portable

-Name: "{group}\XChat-Text (x64)"; Filename: "{app}\xchat-text.exe"; Components: xctext; Tasks: not portable

-Name: "{group}\XChat Theme Manager (x64)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable

-Name: "{group}\Uninstall XChat-WDK (x64)"; Filename: "{uninstallexe}"; Tasks: not portable

+Name: "{group}\HexChat (x64)"; Filename: "{app}\hexchat.exe"; Tasks: not portable

+Name: "{group}\HexChat-Text (x64)"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable

+Name: "{group}\HexChat Theme Manager (x64)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable

+Name: "{group}\Uninstall HexChat (x64)"; Filename: "{uninstallexe}"; Tasks: not portable

 

 [Messages]

-BeveledLabel= XChat-WDK

+BeveledLabel= HexChat

 

 [Code]

 /////////////////////////////////////////////////////////////////////

@@ -206,7 +206,7 @@ var
 	sUnInstPath: String;

 	sUnInstallString: String;

 begin

-	sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\XChat-WDK (x64)_is1');

+	sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\HexChat (x64)_is1');

 	sUnInstallString := '';

 	if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then

 		RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString);

diff --git a/win32/installer/xchat-wdk-x86.skel.iss b/win32/installer/hexchat-x86.skel.iss
index 5cf32c47..eb6f3e32 100644
--- a/win32/installer/xchat-wdk-x86.skel.iss
+++ b/win32/installer/hexchat-x86.skel.iss
@@ -1,14 +1,14 @@
-AppName=XChat-WDK (x86)

-AppPublisher=XChat-WDK

-AppPublisherURL=http://www.xchat-wdk.org/

+AppName=HexChat (x86)

+AppPublisher=HexChat

+AppPublisherURL=http://www.hexchat.org/

 AppCopyright=Copyright (C) 1998-2010 Peter Zelezny

-AppSupportURL=http://code.google.com/p/xchat-wdk/issues/list

-AppUpdatesURL=http://www.xchat-wdk.org/home/downloads

+AppSupportURL=https://github.com/hexchat/hexchat/issues

+AppUpdatesURL=http://www.hexchat.org/home/downloads

 LicenseFile=COPYING

-UninstallDisplayIcon={app}\xchat.exe

-UninstallDisplayName=XChat-WDK (x86)

-DefaultDirName={pf}\XChat-WDK

-DefaultGroupName=XChat-WDK

+UninstallDisplayIcon={app}\hexchat.exe

+UninstallDisplayName=HexChat (x86)

+DefaultDirName={pf}\HexChat

+DefaultGroupName=HexChat

 DisableProgramGroupPage=yes

 SolidCompression=yes

 SourceDir=..\rel

@@ -27,9 +27,9 @@ Name: "minimal"; Description: "Minimal Installation"
 Name: "custom"; Description: "Custom Installation"; Flags: iscustom

 

 [Components]

-Name: "libs"; Description: "XChat-WDK"; Types: normal full minimal custom; Flags: fixed

-Name: "xctext"; Description: "XChat-Text"; Types: full custom; Flags: disablenouninstallwarning

-Name: "xtm"; Description: "XChat Theme Manager (Requires .NET 4.0)"; Types: full custom; Flags: disablenouninstallwarning

+Name: "libs"; Description: "HexChat"; Types: normal full minimal custom; Flags: fixed

+Name: "xctext"; Description: "HexChat-Text"; Types: full custom; Flags: disablenouninstallwarning

+Name: "xtm"; Description: "HexChat Theme Manager (Requires .NET 4.0)"; Types: full custom; Flags: disablenouninstallwarning

 Name: "translations"; Description: "Translations"; Types: normal full custom; Flags: disablenouninstallwarning

 ;obs Name: "gtkengines"; Description: "GTK+ Engines"; Types: full custom; Flags: disablenouninstallwarning

 ;Name: "spelling"; Description: "Spelling Dictionaries"; Types: full custom; Flags: disablenouninstallwarning

@@ -65,19 +65,19 @@ Name: perl516; Description: "5.16"; GroupDescription: "Perl version:"; Flags: ex
 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}\xchat.exe,0"; 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}\xchat.exe --url=""%1"""; 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: ".xct"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Components:xtm; Tasks: not portable

-Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: ""; ValueData: "XChat Theme File"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

-Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: "XChat Theme File"; ValueData: ""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

+Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: ""; ValueData: "HexChat Theme File"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

+Root: HKCR; Subkey: ".xct"; ValueType: string; ValueName: "HexChat Theme File"; ValueData: ""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 Root: HKCR; Subkey: ".xct\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe,0"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 Root: HKCR; Subkey: ".xct\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 Root: HKCR; Subkey: ".xct\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe ""%1"""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable

 

 [Run]

-Filename: "{app}\xchat.exe"; Description: "Run XChat-WDK after closing the Wizard"; Flags: nowait postinstall skipifsilent

+Filename: "{app}\hexchat.exe"; Description: "Run HexChat after closing the Wizard"; Flags: nowait postinstall skipifsilent

 

 [Files]

 ; Add the ISSkin DLL used for skinning Inno Setup installations.

@@ -185,18 +185,18 @@ Source: "plugins\xcperl-512.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dl
 Source: "plugins\xcperl-514.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl514

 Source: "plugins\xcperl-516.dll"; DestDir: "{app}\plugins"; DestName: "xcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl516

 

-Source: "xchat.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

-Source: "xchat-text.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xctext

+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]

-Name: "{group}\XChat-WDK (x86)"; Filename: "{app}\xchat.exe"; Tasks: not portable

-Name: "{group}\XChat-Text (x86)"; Filename: "{app}\xchat-text.exe"; Components: xctext; Tasks: not portable

-Name: "{group}\XChat Theme Manager (x86)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable

-Name: "{group}\Uninstall XChat-WDK (x86)"; Filename: "{uninstallexe}"; Tasks: not portable

+Name: "{group}\HexChat (x86)"; Filename: "{app}\hexchat.exe"; Tasks: not portable

+Name: "{group}\HexChat-Text (x86)"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable

+Name: "{group}\HexChat Theme Manager (x86)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable

+Name: "{group}\Uninstall HexChat (x86)"; Filename: "{uninstallexe}"; Tasks: not portable

 

 [Messages]

-BeveledLabel= XChat-WDK

+BeveledLabel= HexChat

 

 [Code]

 /////////////////////////////////////////////////////////////////////

@@ -207,7 +207,7 @@ var
 	sUnInstPath: String;

 	sUnInstallString: String;

 begin

-	sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\XChat-WDK (x86)_is1');

+	sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\HexChat (x86)_is1');

 	sUnInstallString := '';

 	if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then

 		RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString);

diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj
index 0fcba484..ed1c4b74 100644
--- a/win32/installer/installer.vcxproj
+++ b/win32/installer/installer.vcxproj
@@ -34,11 +34,11 @@
   </ImportGroup>

   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

-    <Import Project="..\xchat.props" />

+    <Import Project="..\hexchat.props" />

   </ImportGroup>

   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

-    <Import Project="..\xchat.props" />

+    <Import Project="..\hexchat.props" />

   </ImportGroup>

   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

@@ -62,16 +62,16 @@
       <OptimizeReferences>true</OptimizeReferences>

     </Link>

     <PreBuildEvent>

-      <Command>echo [Setup] &gt; "$(OutDir)\xchat-wdk-x86.iss"

-echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-"$(OutDir)\version" -a &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-"$(OutDir)\version" -v &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-"$(OutDir)\version" -i &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-"$(OutDir)\version" -o &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-echo SetupIconFile="$(SolutionDir)\..\xchat.ico" &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-type xchat-wdk-x86.skel.iss &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"

-"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\xchat-wdk-x86.iss"</Command>

+      <Command>echo [Setup] &gt; "$(OutDir)\hexchat-x86.iss"

+echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+"$(OutDir)\version" -a &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+"$(OutDir)\version" -v &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+"$(OutDir)\version" -i &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+"$(OutDir)\version" -o &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+type hexchat-x86.skel.iss &gt;&gt; "$(OutDir)\hexchat-x86.iss"

+"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-x86.iss"</Command>

     </PreBuildEvent>

   </ItemDefinitionGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

@@ -87,16 +87,16 @@ type xchat-wdk-x86.skel.iss &gt;&gt; "$(OutDir)\xchat-wdk-x86.iss"
       <OptimizeReferences>true</OptimizeReferences>

     </Link>

     <PreBuildEvent>

-      <Command>echo [Setup] &gt; "$(OutDir)\xchat-wdk-x64.iss"

-echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-"$(OutDir)\version" -a &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-"$(OutDir)\version" -v &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-"$(OutDir)\version" -i &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-"$(OutDir)\version" -o &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-echo SetupIconFile="$(SolutionDir)\..\xchat.ico" &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-type xchat-wdk-x64.skel.iss &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"

-"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\xchat-wdk-x64.iss"</Command>

+      <Command>echo [Setup] &gt; "$(OutDir)\hexchat-x64.iss"

+echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+"$(OutDir)\version" -a &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+"$(OutDir)\version" -v &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+"$(OutDir)\version" -i &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+"$(OutDir)\version" -o &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+type hexchat-x64.skel.iss &gt;&gt; "$(OutDir)\hexchat-x64.iss"

+"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-x64.iss"</Command>

     </PreBuildEvent>

   </ItemDefinitionGroup>

   <ItemGroup>

@@ -104,8 +104,8 @@ type xchat-wdk-x64.skel.iss &gt;&gt; "$(OutDir)\xchat-wdk-x64.iss"
     <None Include="watercolorlite-green.cjstyles" />

     <None Include="wizardimage.bmp" />

     <None Include="wizardsmallimage.bmp" />

-    <None Include="xchat-wdk-x64.skel.iss" />

-    <None Include="xchat-wdk-x86.skel.iss" />

+    <None Include="hexchat-x64.skel.iss" />

+    <None Include="hexchat-x86.skel.iss" />

   </ItemGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

   <ImportGroup Label="ExtensionTargets">

diff --git a/win32/installer/installer.vcxproj.filters b/win32/installer/installer.vcxproj.filters
index b18a6411..ce194a17 100644
--- a/win32/installer/installer.vcxproj.filters
+++ b/win32/installer/installer.vcxproj.filters
@@ -7,10 +7,10 @@
     </Filter>

   </ItemGroup>

   <ItemGroup>

-    <None Include="xchat-wdk-x64.skel.iss">

+    <None Include="hexchat-x64.skel.iss">

       <Filter>Resource Files</Filter>

     </None>

-    <None Include="xchat-wdk-x86.skel.iss">

+    <None Include="hexchat-x86.skel.iss">

       <Filter>Resource Files</Filter>

     </None>

     <None Include="watercolorlite-blue.cjstyles">