Advanced Installer ProductVersion

I'm currently using the latest version of Final Builder 5 and Advanced Installer 6.5.2 to Compile a Win32 Delphi Project.

I would simply like to update the Advanced Installer Product Version with a Variable from Final Builder. ie %VERSION_STRING%, which equals %VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_RELEASE%.%VERSION_BUILD% (ie 1.6.2.155) or I can use a property set.

I have to manually set the Product Version to update the product code for each build at the moment. I've created a text file, which will build AI but not update the Product Version:

;aic
save
build

Then executing a file:

Program File: C:\Program Files\Caphyon\Advanced Installer 6.5.2\AdvancedInstaller.com

Parameters: /execute C:\Projects\Installers\%APP_NAME%\%APP_NAME%.aip C:\Projects\Installers\%APP_NAME%\BuildAI.txt -nofail

I've tried adding:

Set ProductVersion %VERSION_STRING%

Set ProductVersion 1.6.2.155

Also, is it possible to track all changes made to my Final Builder project?

Thanks!

I am new to FB … I want to Create Installer for .Net 2.0 Web Controls …I dont Know Where to start…is any help material ???..

This is not withing the realm of our support here. We can help you use FB, but you will need to figure out how to do installers and other software development tasks elsewhere.