trinh15596
Posts: 3
Joined: Thu May 03, 2018 3:44 am

Hi guy, i have a question

Hello my friends,
I have the following code and want to know what parameters must be entered to run a silent installation interface.
Process.Start(TempDir & "\updateapp.exe", "/qn, /quiet")

Thanks,

Trinh
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Hi guy, i have a question

Hello Trinh and welcome to our forums,

Both, /qn and /quiet, command line can be used to run a silent installation. Have a look on our "How do I create a silent installation package?" article.

Also, the msiexec and EXE article expose the accepted command line.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”