[SOLVED] Problems updating Windows 7 - KB3060716, KB3071756, KB3101746 & KB3080149

I'll mark the thread solved.

If you encounter any problems feel free to post back in this thread, otherwise you can always create a new one.
 
Code:
2016-01-20 22:26:04, Error                 CSI    000002f1@2016/1/20:21:26:04.465 (F) d:\win7sp1_gdr\base\wcp\componentstore\csd_locking.cpp(324): Error STATUS_SXS_ASSEMBLY_MISSING originated in function CCSDirectTransaction::LockComponent expression: (null)
[gle=0x80004005]
2016-01-20 22:26:07, Error                 CSI    000002f2 (F) STATUS_SXS_ASSEMBLY_MISSING #3275511# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
2016-01-20 22:26:07, Error                 CSI    000002f3 (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #3275396# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = f4239f65d91cc3a538aee10f6d04b2b1, Version = 6.1.7601.22678, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral, cb = (null), s = (null), rid = [77]"Package_2_for_KB2965788~31bf3856ad364e35~amd64~~6.1.1.1.2965788-3_neutral_LDR", rah = [1]"2", manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701]
2016-01-20 22:26:07, Info                  CBS    Failed to pin deployment while resolving Update: 2965788-3_neutral_LDR from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2016-01-20 22:26:07, Info                  CBS    Failed to resolve item[0] in Package: Package_2_for_KB2965788~31bf3856ad364e35~amd64~~6.1.1.1, Update: 2965788-3_neutral_LDR [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2016-01-20 22:26:07, Info                  CBS    Failed to resolve execution update. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2016-01-20 22:26:07, Error                 CBS    Failed to resolve execution package: Package_2_for_KB2965788~31bf3856ad364e35~amd64~~6.1.1.1 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2016-01-20 22:26:07, Info                  CSI    000002f4@2016/1/20:21:26:07.436 CSI Transaction @0xb4b8480 destroyed
2016-01-20 22:26:07, Info                  CBS    Perf: Resolve chain complete.
2016-01-20 22:26:07, Info                  CBS    Failed to resolve execution chain. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2016-01-20 22:26:07, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2016-01-20 22:26:07, Info                  CBS    WER: Generating failure report for package: Microsoft-Windows-RDP-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.1.7601.16398, status: 0x80073701, failure source: Resolve, start state: Absent, target state: Installed, client id: WindowsUpdateAgent
2016-01-20 22:26:07, Info                  CBS    Failed to query DisableWerReporting flag.  Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]

Looks like there's still a little more to do.

Install Update with DISM

  1. Download the MSU for KB2965788 here: https://www.microsoft.com/en-us/download/details.aspx?id=43281
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    expand {update name}.msu -f:* C:\temp

    replace {update name} with the name of the MSU file downloaded in step 1

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\{update name}.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation.
    Do you want to restart the computer now (Y/N)?
  7. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  8. Right-click on the Command Prompt window and click Select All, this will invert all of the colours by selecting the text, now press enter. All of this text is now copied.
  9. Paste (Ctrl+V) it into your next post please.
 
Couldn't edit due to time limit.
But a few restarts and everything seems to magically have disappeared. No more errors?
Oh well. If something else appears, I will contact you again o great ComputerWizard :thumbsup2:
 
The error I see in the log was this:

Code:
2016-01-20 22:54:38, Error                 CSI    000003c1 (F) A previous transaction requested a reboot, so you cannot commit any transactions until you reboot.
[gle=0x80004005]

So yes, restarting was the solution! Good job :thumbsup2:

I'll mark the thread solved. Please post back if you need anything else!
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top