I'd like to make my installer's file name depend on my program's version. Inno is able to derive the program's version, process that string, and use the value in the definitions of variables, but OutputBaseFilename seems to be a special case, and doesn't permit {code:xx} uses in its definition. Is there a good workaround for this?