From a57a7d3f88f602d3c7ef16a4ae49fd7d2c197e0b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 16:00:13 +0200 Subject: Add XP (WDK) solution as a fallback option --- win32/installer/installer-xp.vcxproj | 113 +++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 win32/installer/installer-xp.vcxproj (limited to 'win32/installer/installer-xp.vcxproj') diff --git a/win32/installer/installer-xp.vcxproj b/win32/installer/installer-xp.vcxproj new file mode 100644 index 00000000..be31a153 --- /dev/null +++ b/win32/installer/installer-xp.vcxproj @@ -0,0 +1,113 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {5A0F4962-E670-4DA2-9E45-52CC47F26E2F} + installer + + + + Application + false + true + MultiByte + WDK7 + + + Application + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + echo [Setup] > "$(OutDir)\hexchat-xp-x86.iss" +echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\hexchat-xp-x86.iss" +echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\hexchat-xp-x86.iss" +"$(OutDir)\version" -a >> "$(OutDir)\hexchat-xp-x86.iss" +"$(OutDir)\version" -v >> "$(OutDir)\hexchat-xp-x86.iss" +"$(OutDir)\version" -i >> "$(OutDir)\hexchat-xp-x86.iss" +"$(OutDir)\version" -o >> "$(OutDir)\hexchat-xp-x86.iss" +echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" >> "$(OutDir)\hexchat-xp-x86.iss" +type hexchat-xp-x86.skel.iss >> "$(OutDir)\hexchat-xp-x86.iss" +"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-xp-x86.iss" + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + echo [Setup] > "$(OutDir)\hexchat-xp-x64.iss" +echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\hexchat-xp-x64.iss" +echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\hexchat-xp-x64.iss" +"$(OutDir)\version" -a >> "$(OutDir)\hexchat-xp-x64.iss" +"$(OutDir)\version" -v >> "$(OutDir)\hexchat-xp-x64.iss" +"$(OutDir)\version" -i >> "$(OutDir)\hexchat-xp-x64.iss" +"$(OutDir)\version" -o >> "$(OutDir)\hexchat-xp-x64.iss" +echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" >> "$(OutDir)\hexchat-xp-x64.iss" +type hexchat-xp-x64.skel.iss >> "$(OutDir)\hexchat-xp-x64.iss" +"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-xp-x64.iss" + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1