Skip to content

Commit

Permalink
bump version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1ll committed May 15, 2014
1 parent e2739a3 commit c75453a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Installer/Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>3.8</ProductVersion>
<ProjectGuid>{8a36cbc1-ddf7-4419-ad3f-f741f7df5a2f}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>iis_stripheaders_module_1.0.0_x64</OutputName>
<OutputName>iis_stripheaders_module_1.0.1_x64</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
Expand Down
13 changes: 10 additions & 3 deletions Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="CAAD1749-4F20-4572-A771-0312B9D21678" Name="IIS StripHeaders module" Language="1033" Version="1.0.0.0" Manufacturer="Dionach Ltd" UpgradeCode="FDFC59AA-E51F-4394-B9AA-5DA92C84A2ED">
<Package Id="461D0767-054B-4EFA-BB53-6B8E12C556B2" Description="IIS StripHeaders module installer" InstallerVersion="200" Languages="1033" SummaryCodepage="1252" Compressed="yes" InstallScope="perMachine" />
<Product Id="AA63692A-DF9E-4B3A-A998-0542F82E0270" Name="IIS StripHeaders module" Language="1033" Version="1.0.1.0" Manufacturer="Dionach Ltd" UpgradeCode="FDFC59AA-E51F-4394-B9AA-5DA92C84A2ED">
<Package Id="44ADBB5A-C001-40E1-9272-6594E73517B9" Description="IIS StripHeaders module installer" InstallerVersion="200" Languages="1033" SummaryCodepage="1252" Compressed="yes" InstallScope="perMachine" />
<Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />
<Upgrade Id="FDFC59AA-E51F-4394-B9AA-5DA92C84A2ED">
<UpgradeVersion
Minimum="1.0.0.0" Maximum="99.0.0.0"
Property="PREVIOUSVERSIONSINSTALLED"
IncludeMinimum="yes" IncludeMaximum="no" />
</Upgrade>
<!-- Prevent downgrades -->
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." Schedule="afterInstallInitialize" />
<!-- Make sure installer is built as a single msi -->
<MediaTemplate EmbedCab="yes" />
<!-- Prevent restart manager or the files in use dialog being displayed on uninstall -->
Expand Down
Binary file modified NativeCodeModule/stripheadersmodule.rc
Binary file not shown.

0 comments on commit c75453a

Please sign in to comment.