-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Describe the bug
The following MSI error appeared when trying to upgrade one version of ModSecurity to another:
"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel."
Looks like ModSecurity need to be uninstalled, server rebooted and then new version of ModSecurity installed again. This looks unacceptable for production server.
Logs and dumps
Attached verbose MSI log prepared by execution of the following command line:
msiexec /i ModSecurityIIS_2.9.3-64b.msi /l*v c:\modsecurity-2.9.3-install.log ADDLOCAL=ALL ALLUSERS=1 REBOOT=R
To Reproduce
Steps to reproduce the behavior:
- Install ModSecurity 2.9.2 64b IIS. Installed OK.
- Download installer for version 2.9.3, trying to install new version by launching new downloaded MSI file.
Expected behavior
ModSecurity upgraded to 2.9.3 version.
Server (please complete the following information):
- ModSecurity version: 2.9.2 to 2.9.3
- WebServer: IIS
- OS (and distro): Windows 2012R2
Rule Set (please complete the following information):
n/a
Additional context