Connecting Tech Pros Worldwide Forums | Help | Site Map

How can the version number be put into the build filename ?

Deadly_M
Guest
 
Posts: n/a
#1: Nov 20 '05
Is it possible to get the build / version number into the .exe or .msi
filename ?

ie. "mycode1.01.1091.exe"

Thanx in advance

_____________________________________

Matthew Purves , (Deadly_M)
www.DeadlyM.com



Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#2: Nov 20 '05

re: How can the version number be put into the build filename ?


Hello,

"Deadly_M" <NOTmatthew@REALdeadlym.com> schrieb:[color=blue]
> Is it possible to get the build / version number into the .exe or .msi
> filename ?
>
> ie. "mycode1.01.1091.exe"[/color]

Maybe you can create an add-in that fires after the build process and
renames the executable file:

http://www.google.de/groups?q=post+b...osoft.public.*

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet


Closed Thread