Adding KB2862973 - Security update for MD5 Deprecation

I recently added KB2862973 to my WOU custom section. It is a security update that restricts the use of certificates with MD5 hashes. It's for Windows Vista, 7 and 8, but not 8.1 -- the functionality is already built into that version.
You can read more about the update here:
Microsoft Security Advisory (2862973): Update for Deprecation of MD5 Hashing Algorithm for Microsoft Root Certificate Program
Microsoft Security Advisory: Update for deprecation of MD5 hashing algorithm for Microsoft root certificate program: August 13, 2013
I'm making this post so others can save time if they want to add that update to their WOU. First open a command window and switch to your wsusoffline directory. Then run the commands below ONCE to add the update information to your WOU custom section. Every line starts with the echo command.
EDIT: Torsten changed WOU so in version 8.7 it downloads KB2862973 automatically. You must still explicitly add the ID for installation by running the commands below. This is likely to change after February 11, 2014 when MS pushes the update to everyone, then these commands likely won't be needed.
After you do that run UpdateGenerator.exe and it should download KB2862973. You can confirm they exist in client\<os>\glb\WindowsXXXX-KB2862973-xXX.msu, for example:
client\w60\glb\Windows6.0-KB2862973-x86.msu
You can read more about the update here:
Microsoft Security Advisory (2862973): Update for Deprecation of MD5 Hashing Algorithm for Microsoft Root Certificate Program
Microsoft Security Advisory: Update for deprecation of MD5 hashing algorithm for Microsoft root certificate program: August 13, 2013
I'm making this post so others can save time if they want to add that update to their WOU. First open a command window and switch to your wsusoffline directory. Then run the commands below ONCE to add the update information to your WOU custom section. Every line starts with the echo command.
EDIT: Torsten changed WOU so in version 8.7 it downloads KB2862973 automatically. You must still explicitly add the ID for installation by running the commands below. This is likely to change after February 11, 2014 when MS pushes the update to everyone, then these commands likely won't be needed.
- Code: Select all
echo KB2862973>>client\static\custom\StaticUpdateIds-w60-x86.txt
echo KB2862973>>client\static\custom\StaticUpdateIds-w60-x64.txt
echo KB2862973>>client\static\custom\StaticUpdateIds-w61-x86.txt
echo KB2862973>>client\static\custom\StaticUpdateIds-w61-x64.txt
echo KB2862973>>client\static\custom\StaticUpdateIds-w62-x86.txt
echo KB2862973>>client\static\custom\StaticUpdateIds-w62-x64.txt
After you do that run UpdateGenerator.exe and it should download KB2862973. You can confirm they exist in client\<os>\glb\WindowsXXXX-KB2862973-xXX.msu, for example:
client\w60\glb\Windows6.0-KB2862973-x86.msu