We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061fade commit 7896784Copy full SHA for 7896784
1 file changed
iis/installer.wxs
@@ -7,7 +7,7 @@
7
lightArgs:
8
-->
9
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
10
- <Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.7" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
+ <Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.10" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
11
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
12
<?define ProductName = "ModSecuirty IIS" ?>
13
<?if $(sys.BUILDARCH) = x64 ?>
0 commit comments