From 9250fd629a127f75b4d497e4653d1ea2250a88e2 Mon Sep 17 00:00:00 2001 From: ph1ll Date: Thu, 3 Jul 2014 10:25:17 +0100 Subject: [PATCH] Added support for 32bit app pools --- Installer/Installer.wixproj | 2 +- Installer/Product.wxs | 17 ++++++++++++++--- NativeCodeModule/NativeCodeModule.vcxproj | 4 +++- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj index 0aa8369..0aa91a5 100644 --- a/Installer/Installer.wixproj +++ b/Installer/Installer.wixproj @@ -6,7 +6,7 @@ 3.8 {8a36cbc1-ddf7-4419-ad3f-f741f7df5a2f} 2.0 - iis_stripheaders_module_1.0.1_x64 + iis_stripheaders_module_1.0.2 Package $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets diff --git a/Installer/Product.wxs b/Installer/Product.wxs index 942f9b6..9ccf942 100644 --- a/Installer/Product.wxs +++ b/Installer/Product.wxs @@ -1,7 +1,7 @@ - - + + + + + + + + + + + + - + @@ -97,6 +107,7 @@ + diff --git a/NativeCodeModule/NativeCodeModule.vcxproj b/NativeCodeModule/NativeCodeModule.vcxproj index ee8a132..c7b1388 100644 --- a/NativeCodeModule/NativeCodeModule.vcxproj +++ b/NativeCodeModule/NativeCodeModule.vcxproj @@ -72,6 +72,7 @@ false + stripheaders @@ -116,13 +117,14 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;NATIVECODEMODULE_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded Windows true true true - stripheaders.def + stripheadersmodule.def