Add a mechanism to check for updates.
Because the free version of Advanced Installer does not provide auto-update capability one step in the right direction would be to:
- Keep a text file in the GitHub repository containing the version and build numbers.
- The values can be written to the file with the build batch files.
- In CSM use an HTTP request to download and read that file - is that possible?
- Inform the user of the update with appropriate information and a clickable link.
Add a mechanism to check for updates.
Because the free version of Advanced Installer does not provide auto-update capability one step in the right direction would be to: