Hi,
I have asp.net MVC published project files and I want to create an ASP.NET website, application pool and change a few settings on the IIS6/7 using Advanced Installer. I was able add the asp.net published project files to the advanced installer project and gave all the information (http bindings, name, etc., ) during the advanced Installer project creation and I was able to build,run and install it successfully ..but I want to give all the information like.. http bindings, website name, application pool name and its settings during the installation process (published asp.net project files are in the setup file)... and then Create the Website and Application pool. Please help. Thanks.