B
Brian Vallelunga
I am trying to create an MSI installer to set up my website on a target
machine. I'm close, but need a few pointers and would appreciate some help.
1) The setup MSI assumes the project will be an application under an
existing site. What if I want to install the site as a new root
application, not under an existing site?
2) Upon installation of the site the installer doesn't set the version
of asp.net to 2.0, thus requiring that step to be done manually. I'd
like to automate this. Right now the version of asp.net running on the
installed site defaults to 1.1, even though it is a 2.0 site.
Thanks for any help.
Brian
machine. I'm close, but need a few pointers and would appreciate some help.
1) The setup MSI assumes the project will be an application under an
existing site. What if I want to install the site as a new root
application, not under an existing site?
2) Upon installation of the site the installer doesn't set the version
of asp.net to 2.0, thus requiring that step to be done manually. I'd
like to automate this. Right now the version of asp.net running on the
installed site defaults to 1.1, even though it is a 2.0 site.
Thanks for any help.
Brian