Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51f1ff6

Browse files
author
Felipe Zimmerle
committed
iis-installer: Adds IIS 10 on the suported list
As reported on issueowasp-modsecurity#931 the installer was marking ModSecurity as incompatiblewith IIS 10.
1 parent8defe8a commit51f1ff6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎CHANGES‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
DD mmm YYYY - X.Y.Z (To be released)
22
------------------------------------
33

4+
* Understands IIS 10 as compatible on Windows installer.
5+
[Issue #931 - Anton Serbulov, Pavel Vasilevich and ModSecurity team]
46
* Fix apache logging limitation by using correct apache call.
57
[Issue #840 - Christian Folini]
68
* Fix apr_crypto.h check on 32-bit Linux platform

‎iis/installer.wxs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<RegistrySearchId="FindInetPubFolder"Root="HKLM"Key="SOFTWARE\Microsoft\InetStp"Name="PathWWWRoot"Type="directory" />
9292
</Property>
9393
<PropertyId="MSIUSEREALADMINDETECTION"Value="1" />
94-
<ConditionMessage="This setup requires IIS 7.0 or 8.0."><![CDATA[(IIS="#7") OR (IIS="#8")]]></Condition>
94+
<ConditionMessage="This setup requires IIS 7.0 or 8.0."><![CDATA[(IIS="#7") OR (IIS="#8") OR (IIS="#10")]]></Condition>
9595
<!-- Version 2.7.5 had an uninstall issue that leaves some files behind. Asking the user to manually hash this out.-->
9696
<ConditionMessage="A older version of ModSecurityIIS was found in your computer. Please complete uninstall by removing the following file: [FILEEXISTS]. You may have to remove ModSecurity module from IIS, use the IIS Manager to do so."><![CDATA[(NOT FILEEXISTS) OR (Installed)]]></Condition>
9797
<ConditionMessage="64-bit operating system was detected, please use the 64-bit installer.">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp