I've created a working Visual Studio 2008 "web setup project" that builds an MSI for my WCF web service.
I would like to provide 4 different web.config files, one for each of four environments (Dev, QA, Staging, Prod). In other words, I know what the connection strings and our other web services should be in each of those environments.
So when the admin runs my install, I'd like him to pick one of the four web.configs from a list, based on the environment name. This solves having to create manual instructions and chance for human error.
Right now, I'm working on adding a custom dialog screen to the "start" to ask which environment it is.
Thanks,
Neal Walters