I have created a setup project for a Windows Service that was written in .NET. The Service depends on several elements in the App.config
that is different in the dev environment from production environment (ex: path to a folder)
I now have the MSI file that I can run in production to install the service. However, how do I change the value of config elements?
I am not sure what the best practice is.