AGS provides a process and some features to facilitate the creation of a Windows setup to an AutoIt application.
AGS features deployment
Here are some new features with the combination of AGS, InnoSetup
- Generate package (archive zip) and Windows setup.
- Support internationalization (i18n).
- Check if application is already install.
- Configure additional messages in the setup like: license agreement, prerequisites and history project.
- Add icons applciation into Windows start menu.
- Launch custom command after the end of the installation.
- Customize and change the graphic elements of the Windows installer (setup).
AGS use a Windows batch to automate Windows installer creation
In AGS we use a Windows batch file which plays the role of orquestrian leader.
Read AGS documentation
Creating installation packages for AutoIt application with AGS