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 pr
I had the same problem, and I found out that modifying the .vdproj file in a prebuildevent does not exactly do what I like.
.vdproj
prebuildevent
I used some other code to modify the msi file file after the the setup project has been build, so I use the postbuildevent.
msi
postbuildevent
See my blog-post here.