I am working on a project where I need to create a Windows application installer using Advanced Installer. I want to integrate this process into my GitLab CI/CD pipeline to automate the creation of MSI/EXE packages during the build process.
Although Advanced Installer comes with a predefined plugins for CI\CD, I haven't noticed any plugin for Gitlab.
In this case, you can take advantage of their generic PowerShell Automation support or the CLI support. The CLI allows you to automate continuous integration with any dedicated software tool directly or by executing a file of commands.