I enjoy using the AdvancedInstaller command line BAT files to automatically build MSIs for software via Makefiles, it's really easy. But I sometimes have trouble doing this in other kinds of terminals, such as Git Bash / MinGW / MSYS / Cygwin. These terminals don't work with BAT files, so I can't call AdvancedInstaller from within them. I have to constantly switch terminals, because some only recognize .SH scripts and some only recognize BAT scripts.
However, all of these alternative terminals recognize EXEs. If the AdvancedInstaller BAT scripts were released as EXEs, running the AdvancedInstaller command line (e.g. via make) from MinGW would become possible. Would Advanced Installer consider releasing the command line programs this way?