I am creating an installation that adds a website to IIS. But when I try to start the installation on a computer with IIS 7 installed, and IIS 6 compatibility mode is not installed, it does not install using:
Error 1920. The IISADMIN service (IISADMIN) did not start. Confirm that you have sufficient privileges to start system services.
If I install the compatibility function, it fixes the problem and the installation completes successfully. I want to know if there is a way not to install this feature in IIS 7. Or, if it should be installed - how can I install it automatically?
By the way, I have InstallShield 2011 Professional.
source
share