I have an installer project in Visual Studio 2013. One of the prerequisites for the installation is IISExpress 7.5 or higher.
I was able to put IISExpress 7.5 as a prerequisite:
However, when you try to install the application on a computer that has IISExpress 10, the IISExpress 7.5 installation is aborted, and my application is not installed. When I removed IIS10, I was able to install the 7.5 then the application.
How do I not install IIS 7.5 if the installer already has 10?