I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project’s product version and product code.
I can’t find a way to programmatically change them.
Since it’s a Deployment project (which finally produces an executable installer), I’m not able to work with MSBuild, instead I’m using the Devenv from the command prompt.
I was searching for the exact same thing today. I found this using google: