Page 1 of 1

.NET kb3074550 and kb3074230 ... not found

PostPosted: 10.09.2015, 07:58
by tpa2
During todays wsusoffline update I got this warning from UpdateInstaller,
Warning: Update kb3074550... and kb3074230 ... not found

Security Update for Microsoft .NET Framework 4.5, .NET Framework 4.5.1, and .NET Framework 4.5.2 on Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1, Windows Vista Service Pack 2, and Windows Server 2008 Service Pack 2

Update Generator = win 7 x86, x64 and Servers x64. Verify updates, Include C++ and .NET Frameworks, Include Service Packs.
I searched for them in the wsusoffline\client and they are not there. I ran a fresh download and they are still missing.
They are in wsusscn2 because they show in my offline MBSA scan.
I need to update several machines today, how do I add these to wsusoffline? My understanding from the faq instructions is to,
"insert its download URL into the matching "StaticDownloadLinks-<platform>[-architecture>]-<language>.txt file, found in the "...\static\custom" directory. Please don't forget a trailing <CR><LF>."
Sorry for being dumb on this but what would that .txt file in the \static\custom folder look like and where would I get the URL?
What would the \client\static\custom .txt file look like?
Can I just download the updates from https://www.microsoft.com/en-us/download/details.aspx?id=48861 and https://www.microsoft.com/en-us/download/details.aspx?id=48908 and put them into \client\dotnet\x64-glb

Thank you kindly

Re: .NET kb3074550 and kb3074230 ... not found

PostPosted: 10.09.2015, 09:01
by boco
WSOSOU only includes .NET 4.6 updates, older ones are actually excluded.

See the files

Code: Select all
.\Exclude\ExcludeList-dotnet-x64.txt
.\Exclude\ExcludeList-dotnet-x86.txt

If you delete the

Code: Select all
ndp45-


lines in those files WSOSOU might start downloading .NET 4.5 updates again.

As for the reasons, I dunno.