Setup and deploy project in Visual Studio 2005

  • Thread starter Thread starter mikael.palmblad
  • Start date Start date
M

mikael.palmblad

Is there any way to have versionnumber autoincrement of a setup and
deploy-project?
 
Hello, (e-mail address removed)!

mp> Is there any way to have versionnumber autoincrement of a setup and
mp> deploy-project?

AFAIK no, but you can write small program that will
"patch" generated msi file. This program will do the job of autoincrement.
To start the program Post-Build event can be used.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Is there any way to have versionnumber autoincrement of a setup and
deploy-project?

There are several VS.NET plugins to do this. Search CodeProject, for
example.

-- Alan
 
Back
Top