I would like to use a command line to automatically get updates.
I would trigger it by a WOL process on a Sunday night for example.
I don't mind if my script has to first start the Platform process.
I don't mind hard-coding an /ACCEPTEULA flag like SysInternals do.
I don't really mind if the GUI is visible or not.
I don not want it to wait for an 'OK' or need a 'Finish' at the end.
I don't mind if my script has to taskkill the Platform process at the end,
but I would need a reliable way of knowing when the Updater process finished.
I would prefer if the Platform process terminated when the Updater process finished.
Is this possible with the existing system, or with any work-arounds?
Thanks.