sbaebler
Posts: 18
Joined: Wed Oct 08, 2008 10:15 am

Prerequisites show UI even though Silent Install is selected

Hi,

I'm using Advanced Installer 8.1.3 and install visual studio prerequisites (Visual Studio 2010 Redistributable x64 SP 1 and Visual Studio 2008 Redistributable x64 SP 1). I try to suppress the UI for the prerequisites by selecting Silent Install (no UI) in Prerequisites, Bootstrapper UI. Nevertheless I get a UI for these prerequisites.

Does anyone know why this is?

Thanks

Sacha
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: Prerequisites show UI even though Silent Install is selected

Hi Sacha,

In order to install silent a prerequisite, you need to pass the command line switch through the command line field from the Prerequisite properties. The command line switch for Visual Studio 2010 Redistributable is:

Code: Select all

/q /norestart
while for Visual Studio 2008 Redistributabl is:

Code: Select all

/q
Use the attached image for your reference.
SilentCommandLine.png
SilentCommandLine.png (59.99 KiB) Viewed 4298 times
If you have other questions, please let us know.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
sbaebler
Posts: 18
Joined: Wed Oct 08, 2008 10:15 am

Re: Prerequisites show UI even though Silent Install is selected

Thank you for your help. It worked fine with the parameters you mentioned.

Because the installer appeared to be stuck during the installation of the prerequisites with the setting "Silent Install (no UI)", I changed to "Basic UI" so that the progress is visible.
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: Prerequisites show UI even though Silent Install is selected

You're always welcome,

If you have other questions, please let us know.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”