Maarten
Posts: 10
Joined: Wed Jan 31, 2007 7:22 pm

Auto-increase version number

Hello,


It would be handy if there is an 'auto increase' checkbox besides the version field :)

The last few days I've built about 50 installs (of the same program). To test them, the (sub)version number has to be increased each time so that the old version is uninstalled automatically. Often it is forgotten.
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Hi,

If you increase the "Product Version" with each build you get a new package on every build. So if you make 100 builds you get to the 1.0.100 version of your package. This is what you want? (this can be done with command line options: /SetProperty and /Build http://www.advancedinstaller.com/user-g ... -line.html).

Also note that Advanced Installer uninstalls an older build of your package if it's already installed but only if you launch the package from "Project->Run" menu option.

Best Regards,
Gigi
______________
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com
Maarten
Posts: 10
Joined: Wed Jan 31, 2007 7:22 pm

gigi wrote:Hi,

If you increase the "Product Version" with each build you get a new package on every build. So if you make 100 builds you get to the 1.0.100 version of your package. This is what you want? ...
Yes, that's what I want :)

But next time I'll try the Run method, never thought of that!

Thanks

Return to “Feature Requests”