Skip to content

Commit 7f07ffd

Browse files
committed
fix: support latest iis installer
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent 394f3b7 commit 7f07ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iis/installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<!-- Define MSI properties, enable real administrator detection for MSI, and disable repair and modify options in "Programs and Features" -->
116116
<Property Id="MSIUSEREALADMINDETECTION" Value="1" />
117117
<!-- Define installation conditions -->
118-
<Condition Message="This setup requires IIS 7.0, 8.0 or 10.0. If that's the case, please ensure that the installer is running as administrator or try running it from the 'Apps and features' or 'Add/Remove Programs' menu"><![CDATA[(IIS="#7") OR (IIS="#8") OR (IIS="#10")]]></Condition>
118+
<Condition Message="This setup requires IIS 7.0 or later. If that's the case, please ensure that the installer is running as administrator or try running it from the 'Apps and features' or 'Add/Remove Programs' menu"><![CDATA[(IIS="#7") OR (IIS="#8") OR (IIS="#10") OR (IIS="#11")]]></Condition>
119119
<!-- Check for required Visual C++ 2019 Redistributables -->
120120
<?if $(var.Win64) = "yes" ?>
121121
<Condition Message="This application requires Microsoft Visual C++ 2019 Redistributable (x64). Please download and install from: https://aka.ms/vs/17/release/vc_redist.x64.exe">

0 commit comments

Comments
 (0)