I am new to Final Builder 7 and got some work on it.
I want to set minor version from Final Builder 7 to inno setup script by asking user to enter the minor version number.
I have defined user variable called minor, which is set by asking user input, I want to use this variable in one of the .iss files in the project.
Any clue?
Thanks in advance.
-- With best regards Amol
I solved this using following script:
-- Cheers