Partager via


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
    May 11, 2011
    the Update KB2455033 is for Visual Studio 2010 RTM, not Sp1. Why do you say install Sp1 and next the update to fix it?

  • Anonymous
    May 11, 2011
    Yes, Update KB2455033 is for Visual Studio 2010 RTM but it can be also applied on SP1. The current scenario I mentioned in the blog was due to a bug support.microsoft.com/.../2519277 Please go through the above bug. It has the answer to your question.

  • Anonymous
    May 11, 2011
    I waited to install the Vs2010 Sp1 because of the WinSDK issue. The day the compiler update was released I installed the Sp1 and the complier update. Now I'm finished. I never get in touch with the update KB2455033. It is only offered on WindowsUpdate on systems with VS2010 RTM. Vs2010 doesn't use WinxSxS to install the Runtime in different versions side by side so i don't need it. So i still don't see the point of your post.

  • Anonymous
    May 17, 2011
    This isn't a runtime issue. It's a design-time issue, so you need to take the fix. But if SP1 was already installed correctly, then apparently you didn't hit this issue. Perhaps you didn't have the VC features installed so this problem would be avoided.