Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WuInstallLog.txt contains for example the following lines:

Code Block
languagetext
themeEmacs
2010/08/24-08:10:37   Searching for updates ... Criteria: IsInstalled=1
2010/08/24-08:10:40  
2010/08/24-08:10:40 Result Code: Succeeded
2010/08/24-08:10:40   50 Updates found in total, filtering ...
2010/08/24-08:10:40   1. German Language Pack - Windows 7 (KB972813)   Severity: Unknown
2010/08/24-08:10:40   UpdateClassification - Updates  Product - Windows 7 Language Packs
2010/08/24-08:10:40   2. Windows Server Update Services 3.0 SP2 (KB972455)   Severity: Unknown
2010/08/24-08:10:40   UpdateClassification - Service Packs  Product - Windows 7
2010/08/24-08:10:40   3. French Language Pack - Windows 7 (KB972813)   Severity: Unknown
2010/08/24-08:10:40   UpdateClassification - Updates  Product - Windows 7 Language Packs

...

This options creates a ANSI-logfile. Must be combined with /logfile or /log_append.

/maxruntime minutes

This option starts a timer with the specified number of minutes at the start of WuInstall and exits WuInstall (if it is not finished until the timer expires) with exit code 12. It exits at any case, no matter how far the execution WuInstall is.

...

Use this option with caution, especially when using the /use_wsus or /bypass_wsus options!

/simple_error

With this option, WuInstall returns 0 for any success and 1 for any error, regardless of the reason.

...

This option is quite useful for searching already installed updates. The criteria "IsInstalled=1" and the /uninstall option automatically trigger an offline search.

...

This can be used to update computers which have no access to a WSUS or to the internet. Therefore you have to combine it with the /install_cache option. First all updates have to be downloaded to the cache directory.

...

Last line of output: return code: %d - %d overall return code from WuInstall

For the installation output the /show_progress have to be used additionally.

...