How to append AppVersion
to setup.exe
file?
In other words, how to make output filename as sample-setup-1.4.2.0.exe
?
[Setup]
AppName= {#GetStringFileInfo("Sample.exe", "ProductName")}
AppVersion= {#GetStringFileInfo("Sample.exe", "FileVersion")}
OutputBaseFilename=setup