I have a C# web application which I am able to launch using Visual Studio 2012 in which I developed it. However, I want to create a setup for this application (which is not available in Visual Studio 2012). Therefore, I tried using the Installshield setup creation utility. I could successfully build the setup after using the pointers in:
Now I am not sure how to have it imported into the IIS manager so I can directly go and browse the my web application URL after successfully installing the setup.exe.
Any help would be appreciated.