We have a website we have been installing on target PC's under the Default Website in IIS. We now want to change the installation so that it installs under a new website.
I have already managed to create and add a dll to the msi (using Orca), which will create the new website as one of the first actions when the msi runs.
We also want to remove the "Address" dialog of the web setup, so that the user does not get the option to choose which site the app is installed under, but rather "hard code" the new website into the msi.
My question is how to do that

Thanks in advance

E.