Menu

#13 IStool cannot find output file with version number

open
nobody
None
5
2009-06-18
2009-06-18
No

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"

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.