I'm setting up a batch file that will compile my application, the compile the installer using Inno Setup.
My setup filename is determined using some ISPP command in Inno Setup (creating the filename from the build version, among other things).
The last step is to upload the setup to my FTP, but for this I need a way to retrieve the installer filename generated by Inno Setup.
Is there a way to do that?