Johnshin111
Posts: 1
Joined: Fri Nov 08, 2019 5:05 am

How can I install an application silently?

Fri Nov 08, 2019 5:08 am

How can I install an application silently?
John

Catalin
Posts: 6543
Joined: Wed Jun 13, 2018 7:49 am

Re: How can I install an application silently?

Mon Nov 11, 2019 11:07 am

Hello John and welcome to our forums,

In order to install your setup silently, you can use the following command lines:

Code: Select all

msiexec /i <path_to_your_msi> /qn
if your package is an MSI or

Code: Select all

setup.exe /exenoui /qn 
if your package is an EXE.

More information about this can be found in the following article:

MsiExec.exe Command Line

Hope this helps.

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

Return to “Common Problems”