I have an app I want to provide updates for using the Advanced Installer Updater.
After I build the update file, I have a batch file to upload the update file automatically to my server. I also want to upload the app itself, and copy it to a version directory for archival purposes.
For instance, if I release version 2.0.78, I have a script connect to my server, create a '2.0.78' directory, and copy the app into it. This is a post-build event.
I don't want to have to keep specifying the version number for my script every time it changes, so I want to pass the version number as an argument to my command-line script.
I have tried the following (and upper/lower case versions of it), but the output is blank.
How do I get the product name and version in an update project?