Page 1 of 1

Possible to bypass the Updating GUI Windows ?

PostPosted: 10.09.2015, 02:05
by islogged
Hello

In a batch file i call the UpdateInstaller program.

Have a way to bypass the Updating Windows GUI ?,
When i call UpdateInstaller i want directly to start the process of updating (it's mean skip the GUI in the capture and skip the start click)

Capture : http://i.imgur.com/Z6OZmNj.jpg
Thanks

Re: Possible to bypass the Updating GUI Windows ?

PostPosted: 10.09.2015, 04:33
by boco
To skip the GUI, you need to call update.cmd directly and include the desired parameters and switches.

viewtopic.php?p=9491#p9491

Re: Possible to bypass the Updating GUI Windows ?

PostPosted: 11.09.2015, 17:12
by islogged
Ok, i used this :
start /wait /max DoUpdate /verify

Anyway when i made the 'Build' i chose this option : http://i.imgur.com/circOZx.jpg
I'm on Windows 10 now, then how i install the Windows Defender Definitions checked before ?

Because in the doc u gave me it's write : viewtopic.php?p=9491#p9491
/instmsse (Installs Microsoft Security Essentials, ----> not valid for Windows 8.x)
/instwd (Installs Windows Defender, ----> only works for Windows XP) [only until WSUSOU 7.4.1]

- Thank you -

Re: Possible to bypass the Updating GUI Windows ?

PostPosted: 11.09.2015, 17:45
by harry
You don't need a parameter for updating Defender definition files. If Defender is active, the definition files are updated depending on version info. [see http://trac.wsusoffline.net/browser/tag ... Update.cmd (line 1076 ff.)]

The parameter /instmsse regards only to Vista and Windows 7 (installing the program).