Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Version Number automation


2 replies to this topic

aviswanathan

aviswanathan
  • Members
  • 18 posts

Posted 24 March 2005 - 17:10

Hi Guys,

Had a quick question.
Is there any way by which we can automatically increment the product version string inside the InstallShield project during building of the .ism file? I want to change 2 things, the product version number and the supported version list in the releases automatically for every build.

Also does the supported version number field under releases recognize wild cards like 2.0.* ?

This is kind of urgent and any suggestions / solutions are welcome.

Thanks


farrukh

farrukh
  • Full Members
  • 11 posts

Posted 25 March 2005 - 07:41

You can use Automation interface of install shield in order to automate many tasks including the update of version numbers in ism project files. Following is a link to the help on Automation Interface:

http://helpnet.insta...ISWiProject.htm

Please see for ProductVersion on this page.

Hope this helps rolleyes.gif smile.gif .

Regards
Farrukh

aviswanathan

aviswanathan
  • Members
  • 18 posts

Posted 25 March 2005 - 21:17

Thanks Farrukh. I will check it out.