Missing W7 updates!

Posted:
09.03.2016, 10:19
by cdgoldin
Why, after running WSUSOffline to download and install all Windows 7 updates, does Windows Update show the following "importaqnt updates" as NOT being installed? KB3139929, KB3135983, KB3135988, KB3136000, KB3138910, KB3138962, KB3139398, KB3139852, KB3139914, KB3139940, KB3140410, KB3140735
Re: Missing W7 updates!

Posted:
09.03.2016, 14:48
by Gerby
Hello cdgoldin!
Microsoft hasn't yet updated the wsusscn2.cab catalog since the March 2016 patch day. Because the function of WSUS Offline Update depends on this catalog, it isn't aware of the new updates. So as we say in Germany:
Abwarten und Tee trinken.
Greetings
Gerby
Re: Missing W7 updates!

Posted:
09.03.2016, 17:04
by Gerby
Microsoft now has updated the catalog file. Run the UpdateGenerator again and then you should get the new updates.
Please also consider this:
Coverage of WSUS Offline UpdateGreetz
Gerby
Re: Missing W7 updates!

Posted:
09.03.2016, 20:17
by boco
Would it be possible to have a quick check at WSUSOU startup, just to see if the catalog online is still the same as in the repo? And if it isn't, WSUSOU could directly tell the user (s)he needs to do a new download run because the repo is possibly outdated.
Re: Missing W7 updates!

Posted:
09.03.2016, 21:39
by Gerby
For those who want to do a quick check, I've set up a short batch that you can put into the /cmd directory and run it from there.
CheckDateWsusscn2.cmd
- Code: Select all
@echo off
cd /d "%~dp0"
pushd ..\client\wsus
..\..\bin\wget.exe --timestamping --spider http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
pause
popd
Greetz
Gerby