Skip to content

Commit 348005a

Browse files
authored
Merge pull request #3400 from airween/v2/msiinstaller
chore: bump version in MSI installer.wxs
2 parents 061fade + 8fd8f37 commit 348005a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iis/installer.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
lightArgs:
88
-->
99
<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">
10+
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.10" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
1111
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
12-
<?define ProductName = "ModSecuirty IIS" ?>
12+
<?define ProductName = "ModSecurity IIS" ?>
1313
<?if $(sys.BUILDARCH) = x64 ?>
1414
<?define Win64 = "yes" ?>
1515
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>

0 commit comments

Comments
 (0)