Hi guys,
i want to implement an automatic nightly build mechanism of a VS Solution including a Setup-project.
We have got several test-enviroments and the target is to build against one of these environments.
I created some additional Build Configurations with the Configuration Manager - one according to each environment.
In the Properties of the Projectfiles are preprocessor directives defined (STEST, RTEST, PROD).
Depending on the defined directive the relevant DBConnection is set.
The build works perfectly. The Setup ist build too and it works.
But i want to set some Properties in the Setup-project.
Some users could install versions for different environments.
So i want want to install in different Folders, the applicationnames should be different and even the ProductCode has to be different.
Is it possible to fix it with only one Setup-project?
One oppertunity could be to use different Setups, but this is not what i want.
I want to administrate only one Setup.
I'm looking forward to your answers!
Greetz Jan