Just wanted to say thanks to Wei. I emailed him my cbs log file and he identified a problem with my WMI repository. My log file had this message in it:
2012-12-13 11:35:41, Info CSI 00000014 Begin executing advanced installer phase 32 (0x00000020) index 8 (sequence 41)
Old component: [ml:322{161},l:320{160}]"Microsoft-Windows-WDF-Kernel Library, Culture=neutral, Version=6.1.7600.16385, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS"
New component: [ml:322{161},l:320{160}]"Microsoft-Windows-WDF-Kernel Library, Culture=neutral, Version=6.1.7601.17803, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS"
Install mode: install
Installer ID: {9f4ec79f-3a97-4772-b635-2899468900a2}
Installer name: [3]"Mof"
2012-12-13 11:35:43, Error CSI
00000001@2012/12/13:11:35:43.586 (F) Logged @2012/12/13:11:35:41.902 : [ml:100{50},l:98{49}]"MOF (install online) $(runtime.wbem)\Wdf01000.mof"
2012-12-13 11:35:43, Error CSI
00000002@2012/12/13:11:35:43.586 (F) CMIADAPTER: Inner Error Message from AI HRESULT = 80041002 [Error,Facility=FACILITY_ITF,Code=4098 (0x1002)]
[139]"An error occurred while creating object 1 defined on lines 21 - 142:
0X80041002 Class, instance, or property 'EventTrace' was not found.
I followed his instructions:
1 - start “command prompt” as administrator
2 - cd \windows\system32\wbem
3 - mofcomp.exe wmi.mof
Reboot, try install the update again
and the update then installed successfully.