The help for compiler variables [PRODUCTVER] and [EXENAME] indicates they are read/write, and indeed I can change them and display the changes in a message dialog, but those changes have no effect on the EXENAME used to generate the install exe.

Is there a way to "create" the output exe name at build time using code in the script? IOW, I want to create a different exe name whenever I change the version (e.g. 6.01.01 becomes fw60101.exe), rather than having to go into the Project Definitions and change the 2 compiler vars.

Is this possible?