Page 1 of 1

Automate UpdateInstaller.exe

PostPosted: 21.11.2017, 16:12
by Thomas73
hello,

After downloading the updates, we want to run the UpdateInstaller.exe without checking the settings and starting it automatically without clicking Start.

By clicking on Updateinstaller.exe, the installation of the updates must start without clicking on anything else after (with the required parameters).

We have already changed some settings in the UpdateInstaller.ini file but we are unable to automate the start of this program .

Is that possible to start automatically the program UpdateInstaller.exe with the parameters (in this picture) ?


Thanks.

Re: Automate UpdateInstaller.exe

PostPosted: 21.11.2017, 16:39
by boco
The UpdateInstaller.exe can not be run unattended. However, all it does is running the Update.cmd script with the necessary parameters (which, in turn, runs DoUpdate.cmd from the cmd subdirectory).

Just run Update.cmd with the desired parameters manually, to bypass the EXE completely.

Re: Automate UpdateInstaller.exe

PostPosted: 21.11.2017, 16:44
by Gerby
Hi Thomas,

Just a small addendum to boco's information: the possible parameters are listed in

viewtopic.php?f=7&t=2691

Greetz
Gerby

Re: Automate UpdateInstaller.exe

PostPosted: 21.11.2017, 17:42
by Thomas73
thanks,

I'm going to look at all this, I'll come back to you if I do not find any.