In the course of our development we install our apps on Integration, QA, Staging, and production. Each of these environments have their own config files. I would like to create a single MSI that includes all the config files, but prompts the installer to select the environment that is being installed, and then have the install app deploy the correct config file.

Is it possible to do this with the built in features of the set up project?

If so, please point me in the right direction, if not do I have to extend the set up projects?

Any examples, hints of how to accomplish the above would be greatly appreciated.

Thanks

Wayne