Greetings, I’m Raman Sharma, Program Manager with the Visual C++ team.
As part of the April Security Bulletin Release, Microsoft released security bulletin MS11-025. Since then, we became aware of some issues with this bulletin that impact some users on Windows 2000 and a subset of developers using Visual C++. Our team has identified the cause of these issues and is currently testing the fix. The update will be publicly available once testing is complete, and we will update this blog. As customer protection is a top priority for Microsoft, we are providing some workarounds for the impacted customers.
We discovered that the redistributable packages for Visual Studio 2005 and Visual Studio 2008 were propagated through Microsoft Update to Windows 2000, which is no longer a supported platform.
Developers who use Visual Studio 2005 and Visual Studio 2008 to produce applications for use on Windows 2000 machines are expected to distribute the appropriate redistributable package themselves. As a result of this automatic update, some applications dynamically linking to the MFC libraries on Windows 2000 were broken, as the updated MFC binaries happened to use an API unsupported on Windows 2000.
As soon as we became aware of this issue, we stopped automatically offering these updates on Windows 2000. We believe the exposure is fairly limited as this impacts only those applications that are dynamically linked to MFC.
For those Windows 2000 users who were impacted, the process to remove the updates is as follows:
To recover a machine:
Install the “Microsoft Visual C++ 2005 Service Pack 1 Redistributable” from: http://www.microsoft.com/downloads/en/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en
To recover a developer machine that has KB2465367 (Visual Studio 2005):
Under the “Visual Studio 2005” product node, there should be a KB2465367 entry. Select and uninstall.
To recover a developer machine that has KB2465361 (Visual Studio 2008):
If you have Visual Studio 2010 RTM and Windows SDK 7.1 installed on an x64 machine, then the Visual Studio 2010 update (KB2455033) fails to install on your machine.
The workaround for this issue:
Please note that the above workaround will not actually remove the compiler bits from your machine and you should still be able to use the x64 compilers. The workaround just addresses some incorrect definitions in the patch.
We hope to release the permanent fix for these issues soon. In the meantime, customers who follow the guidance above should not be affected.
If you have any questions please let us know.
Thank you,
Raman Sharma Microsoft Visual C++ Team