hudgi1985
Posts: 1
Joined: Thu Mar 21, 2019 11:08 pm

vcredist install without UI

Hello everybody
How can I install vcredist prerequisites without UI in my installer setup?
I have tried many possibilities, but always failed.

Under "Prerequisites" there are FULL UI, Basic UI and Silent (no UI). How can I now select "Silent (no UI)?" I tried it with /q /quiet /passive /q It did not work at all. During the installation I always see a dialog from Visual Studio, but the user should not see the dialog.

Any help??
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: vcredist install without UI

Hello and welcome to Advanced Installer forums,

Here is how you can translate the "Install Command Lines" fields from the "Prerequisites" page --> "Setup Files" tab:

- Full UI: When the main setup runs with Full UI, use these commands for the prerequisite.

- Basic UI: When the main setup runs with Basic UI, use these commands for prerequisite.

- Silent UI: When the main setup runs with no UI, use these commands for prerequisite.

With that being said, if your setup is running with full UI, please pass the following commands in the Full UI field:

Code: Select all

/q /norestart
Hope this helps.

All the best,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”