uurynk
Posts: 5
Joined: Mon Jun 19, 2017 7:29 am

/silentall -nofreqcheck doesnt work.

for update, we have a scheduled task which calls update.exe with /silentall -nofreqcheck arguments. it is downloading .msi package, and runs it. But although the arguments (/silentall -nofreqcheck) it doesnt work. There is a still ui window which want me to click next. Thanks for help.
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: /silentall -nofreqcheck doesnt work.

Hello,

Please take a look on our article : How to handle updates without elevation

In order to perform a silent update, you need follow the steps:

-enable the option "Install support service" from "Updater page" of your old project.
-enable "Install updates without elevation" from the update project, "Updates" page, "Update Installer" tab.
-enter "/qn" in the "Command line" field from the update project, "Updates" page, "Update Installer" tab.

You could try this command line for a completely silent update :

Code: Select all

/silentall -nogui -nofreqcheck
Best regards,
Sorin
Sorin Stefan - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”