KB2455033 fails to install from Windows Update
You may find that the installation of security update for microsoft visual studio 2010 (KB2455033) constantly fails. From the log I found the following information:
MSI (s) (54:60) [16:31:43:796]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'KB2455033,KB983233,KB982721,KB982517,KB2485545,KB2452649,KB2420513,KB2295689,KB2284668,KB2280741,FT_VC_VS_KB2455033_Detection'.
MSI (s) (54:60) [16:31:43:811]: Note: 1: 2715 2: FL_libcpmt_lib_x64
Action start 16:31:43: CostFinalize.
DEBUG: Error 2715: The specified File key ('FL_libcpmt_lib_x64') not found in the File Table.
MSI (s) (54:60) [16:31:43:842]: Product: Microsoft Visual C++ Compilers 2010 Standard - enu - x64 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2715. The arguments are: FL_libcpmt_lib_x64, , The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2715. The arguments are: FL_libcpmt_lib_x64, ,
MSI (s) (54:60) [16:31:43:842]: Transforming table InstallExecuteSequence.
MSI (s) (54:60) [16:31:43:842]: Transforming table InstallExecuteSequence.
MSI (s) (54:60) [16:31:43:842]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
Action ended 16:31:43: CostFinalize. Return value 3.
It complains that the file with the key “FL_libcpmt_lib_x64” is not present in the File table. It occurs because WinSDK gets removed due to a bug https://support.microsoft.com/kb/2519277. The file ‘ammintrin.h’ is not found.
In order to resolve the issue, you need to install the updates in the following sequences: Visual Studio 2010 + SP1 + KB2519277( https://www.microsoft.com/downloads/en/details.aspx?FamilyID=689655B4-C55D-4F9B-9665-2C547E637B70&displaylang=en) + Security update KB2455033
Comments
Anonymous
April 27, 2011
So, in order to get this KB install, I have to install VS 2010 SP1 first? How about VS 2010 without SP1?Anonymous
May 04, 2011
If you encounter with this issue without having VS 2010 SP1 on your system, please send me the failure log.