Question

I'm trying to do automatic update in quiet mode. To do this, I write the command line:

C:\Program Files (x86)\progsoft\prog> prog.exe /silentall

But the program is not updated. When I do so

C:\Program Files (x86)\progsoft\prog> prog.exe /silentall -nofreqcheck

That window will appear with the opportunity to install the update. But this is not a quiet setting. I might ask something wrong? Thank you!

Was it helpful?

Solution

For the first command the update is not performed because the frequency check period has not passed, so the updater exits immediately.

The second command is correct too, and the UI should not be visible. In this case the updater should be visible only as a tray icon, and only if you click on that icon it will present the full UI. Did you clicked that icon or has the updater appeared from the beginning with full UI?

When receiving the "/silentall" parameter the updater is automatically launched with full UI, but instantly minimized to the tray. It may be a problem on your machine that prevented the minimization process and the updater remained running with full UI.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top