From 10db38431624ce8b3600219382aaf96c28090727 Mon Sep 17 00:00:00 2001 From: "Felipe \"Zimmerle\" Costa" Date: Sun, 23 Feb 2014 22:28:32 -0300 Subject: [PATCH] iis: Adds cleanup methods to the installer Older versions of ModSecurity left files/configurations behind. This commit adds capability to cleanup the IIS configuration files. --- iis/installer.wxs | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/iis/installer.wxs b/iis/installer.wxs index 839d08a3..39488602 100644 --- a/iis/installer.wxs +++ b/iis/installer.wxs @@ -578,8 +578,13 @@ NOT Installed - NOT Installed + + + + + + @@ -587,13 +592,27 @@ - NOT Installed + + + + + + + + + + + + + + +