You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ConditionMessage="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>
119
+
<!-- Check for required Visual C++ 2019 Redistributables -->
120
+
<?if $(var.Win64) = "yes" ?>
121
+
<ConditionMessage="This application requires Microsoft Visual C++ 2019 Redistributable (x64). Please download and install from: https://aka.ms/vs/17/release/vc_redist.x64.exe">
122
+
<![CDATA[Installed OR VC142X64INSTALLED]]>
123
+
</Condition>
124
+
<ConditionMessage="This application requires Microsoft Visual C++ 2019 Redistributable (x86) for 32-bit support. Please download and install from: https://aka.ms/vs/17/release/vc_redist.x86.exe">
125
+
<![CDATA[Installed OR VC142X86INSTALLED]]>
126
+
</Condition>
127
+
<?else?>
128
+
<ConditionMessage="This application requires Microsoft Visual C++ 2019 Redistributable (x86). Please download and install from: https://aka.ms/vs/17/release/vc_redist.x86.exe">
129
+
<![CDATA[Installed OR VC142X86INSTALLED]]>
130
+
</Condition>
131
+
<?endif?>
100
132
<!-- Version 2.7.5 had an uninstall issue that leaves some files behind. Asking the user to manually hash this out. -->
101
133
<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>
102
134
<ConditionMessage="64-bit operating system was detected, please use the 64-bit installer.">
@@ -205,14 +237,6 @@
205
237
<?endif?>
206
238
<ComponentRefId="StartMenuShortcuts" />
207
239
</Feature>
208
-
<FeatureId="VCRedist"Title="Visual C++ 14.2 Runtime (VS2019)"AllowAdvertise="no"Display="hidden"Level="1">
209
-
<?if $(var.Win64) = "yes" ?>
210
-
<MergeRefId="VCRedist142_64" />
211
-
<MergeRefId="VCRedist142_32" />
212
-
<?else?>
213
-
<MergeRefId="VCRedist142_32" />
214
-
<?endif?>
215
-
</Feature>
216
240
<?if $(var.Win64) = "yes" ?>
217
241
<FeatureId="ModSec64"Title="ModSecurity IIS (64 bits)"Level="1"InstallDefault="local"Display="expand"AllowAdvertise="no"Description="This option will install ModSecurityIIS 64bits with all the necessary dependencies.">
0 commit comments