Changes between Initial Version and Version 1 of windows/update/wuinstall
- Timestamp:
- Oct 30, 2013, 1:09:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/update/wuinstall
v1 v1 1 = wuinstall = 2 3 [[PageOutline]] 4 5 * http://www.wuinstall.com/ 6 * command line tool 7 * connects against windowsupdate or wsus 8 * can use a local cache 9 10 = Plattforms = 11 12 == Version 1.2 (Pro) == 13 14 Successfully tested on 15 * Win 8.1 x64 16 * Win8 x64 17 * Win7 x32 18 19 == Version 1.1 == 20 21 Successfully tested on 22 * Win 8.1 x64 23 * Win8 x64 24 * Win7 x32 25 26 27 == winxp == 28 29 If Windows Update Server did not run before on the Windows XP system, following steps are required: 30 {{{ 31 # http://support.microsoft.com/kb/946928 32 WindowsUpdateAgent30-x86.exe /quiet /norestart 33 reboot 34 wuinstall /search 35 }}} 36