Skip to content

Commit 76323ea

Browse files
committed
fix: installer dir creation
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent de2564f commit 76323ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iis/installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
<Custom Action="Cleanup3" Before="Cleanup2"><![CDATA[NOT Installed AND IIS_SETUP]]></Custom>
382382
<Custom Action="Cleanup4" Before="Cleanup3"><![CDATA[NOT Installed AND IIS_SETUP]]></Custom>
383383
<Custom Action="Cleanup5" Before="Cleanup4"><![CDATA[NOT Installed AND IIS_SETUP]]></Custom>
384-
<Custom Action="CreateModSecurityDirs" After="Cleanup1"><![CDATA[NOT Installed AND IIS_SETUP]]></Custom>
384+
<Custom Action="CreateModSecurityDirs" After="InstallFiles"><![CDATA[NOT Installed AND IIS_SETUP]]></Custom>
385385
<?if $(var.Win64) = "yes" ?>
386386
<Custom Action="InstallModule64" Before="InstallFinalize"><![CDATA[NOT Installed AND IIS_SETUP]]></Custom>
387387
<Custom Action="InstallModule32" After="InstallModule64"><![CDATA[NOT Installed AND IIS_SETUP]]></Custom>

0 commit comments

Comments
 (0)