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!