iis: Removes the installer helper dependency

Now using appcmd directly with WiX instead of calling the installer
helper.
This commit is contained in:
Felipe \"Zimmerle\" Costa
2013-11-12 16:22:01 -08:00
committed by Felipe Zimmerle
parent 550d5aae21
commit 1a12648c9f
11 changed files with 959 additions and 7100 deletions

21
iis/wix/README.TXT Normal file
View File

@@ -0,0 +1,21 @@
Please note that installing ModSecurity for IIS requires IIS to be installed and enabled.
After installing ModSecurity for IIS, the module will be running in all websites by default. To remove from a website add to web.config:
<modules>
<remove name="ModSecurityIIS" />
</modules>
To configure module in a website add to web.config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<ModSecurity enabled="true" configFile="c:\inetpub\wwwroot\xss.conf" />
</system.webServer>
</configuration>
where configFile is standard ModSecurity config file.
Events from the module will show up in "Application" Windows log.