cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
srik_008
Level 7

version number for installers

Hi,

i want to provide version no for installer.could any body provide an example.

suppose my build version no is 2.3.A.i want to provide this version no to my installers like "installer name-2.3.A.exe" is it possible.

i want to provide my version number through automated build.

Regards,
Sreekanth
Labels (1)
0 Kudos
(10) Replies
pv7721
Level 20

What is your build system?
0 Kudos
srik_008
Level 7

windows server 2008 r2
0 Kudos
pv7721
Level 20

Sorry, I meant, is that ANT, Maven or something else?
0 Kudos
srik_008
Level 7

i am using ANT in my build machine.i have tried as mentioned in IA manual.but i could not able to provide version number
0 Kudos
pv7721
Level 20

The simplest way would be to copy the setup.exe and rename it to your liking.
0 Kudos
srik_008
Level 7

hi rename is working fine but its working as cut-rename and paste.is it possible to provide the version number for installer title.
0 Kudos
pv7721
Level 20

Sorry, but I'm not sure I understand what you mean by copy and paste in this context.
0 Kudos
srik_008
Level 7

i mean the file missing from source path and available with renamed file in destination path
0 Kudos
pv7721
Level 20

Sorry, I still don't get it. Which file is that? A file that goes into the setup?
0 Kudos
srik_008
Level 7

created installer in source location renamed installer destination location.

example:

installername.exe file is available in C:\ folder i have used rename task using ant script destination location is D:\ folder i can able to rename file like installer-versionno.exe but the instalername.exe file is missing in C:\ folder
0 Kudos