dgrspp
Posts: 3
Joined: Wed Feb 19, 2025 2:16 pm

Creating a suite installer from command line

Hi,

I just finished creating a powershell script that creates 32 installers for me, and now I would like to bundle them together in one suite installer like in this tutorial: https://www.advancedinstaller.com/user- ... tions.html

However, I would like to do so through command line so I can do this using powershell.
Is this possible, and if so how do I start?

I think I would need to be able to add tickboxes to be able to determine which ones I want to install, then add the packages to the suite installer and link the tickboxes to the packages.
Catalin
Posts: 7794
Joined: Wed Jun 13, 2018 7:49 am

Re: Creating a suite installer from command line

Hello and welcome to our forums,

I'm afraid that we currently do not have Prerequisites support in PowerShell.

However, this is on our TODO list of improvements and will be available in a future version of Advanced Installer.

Until then, we would have to do this manually like explained in the article.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
dgrspp
Posts: 3
Joined: Wed Feb 19, 2025 2:16 pm

Re: Creating a suite installer from command line

Alright, thanks for the response
Catalin
Posts: 7794
Joined: Wed Jun 13, 2018 7:49 am

Re: Creating a suite installer from command line

You are always welcome!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Catalin
Posts: 7794
Joined: Wed Jun 13, 2018 7:49 am

Re: Creating a suite installer from command line

Hello,

This improvement has been added in version 22.9 of Advanced Installer, released July 23rd, 2025.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”