Click here to Skip to main content
15,886,077 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have received a old compiled source code(was running fine on IIS6) using which I need to create an 64 bit installer. I chose Visual Studio 2010 and created a Installer package. Now I am getting issue at very first stage
C#
The installer was interrupted before application could be installed. You need to restart the installer to try again


What I have tried:

It is an IIS compatibility issue and can be resolved easily when selected "IIS Metabase and IIS 6 Configuration compatibility option" in IIS settings.

This site works perfect when configured manually.

It seems, installer goes to check IIS compatibility.

Now my question is : I don't want to do changes in IIS but want to remove installer's dependency on checking IIS. Do we have any such option so that it won't go and check IIS compatibility and stop installation.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900