sduhra
Posts: 1
Joined: Mon May 18, 2020 6:10 pm

command line issue with sub component

I have an installer with sub components that do not install by default. If the user checks the box during install, the component is installed. otherwise, it is not.
This feature works with a GUI install.
For a non-interactive install, how to do I tell the installer to install or not install certain sub components ?

I am using Advance Installer version 17.

SynapSenseSetup.exe /qb DB_ROOT_PASS="xxxxxxx" /L*V "\installer.log"
Catalin
Posts: 6608
Joined: Wed Jun 13, 2018 7:49 am

Re: command line issue with sub component

Hello and welcome to our forums,
I have an installer with sub components that do not install by default.
By "sub components", do you mean the features from the "Organization" page?

If so, could you please let me know how you are installing them? Are you using a predefined dialog? If yes, could you please let me know which dialog are you using?

If you want to achieve this silently, you may need to created your own dialog that decides whether a feature is installed or not. For more information about this, please have a look on our "How to conditionally install a prerequisite based on the user selection?" article.

Hope this helps.

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

Return to “Common Problems”