IStool cannot find output file with version number
Status: Inactive
Brought to you by:
bhenden
I made the folloing construct:
;retrieve version of the program from exe
#define Version() ParseVersion("myprogram.exe",Local[0],Local[1],Local[2],Local[3]),str(Local[0])+str(Local[1])+str(Local[2])
[Setup]
OutputBaseFilename=myprogram_setup{#Version}
which results in a setup file called "myprogram_setup201" when the version is 2.0.1.nnn
Now the "Run setup"button produces an error: "Outputfile: myprogram_setup{#Version} does not exist"