NunoLinhares / Web-8.5-Quick-Install

Initial Commit (Create Repository)
9 stars 5 forks source link

If IIS is installed previously, default website doesn't get removed #8

Open NunoLinhares opened 7 years ago

NunoLinhares commented 7 years ago

Script should check not only if IIS is installed, it should also check if the default website is present, then remove it.

In this situation, where the IIS role is already active and the default website is present, the CM silent installer will fail to install the CME because of port 80 conflicts.

Script should check if IIS is installed and if the default website is removed before proceeding to the CM installer step.