[SOLVED] [Win7x64] Failed to install update KB3126587 (error code 80070490)

Hello and welcome,

Follow the instructions below please.

Install Update with DISM

  1. Download the update MSU here: https://download.microsoft.com/down...6D0-E7B987D84952/Windows6.1-KB3088195-x64.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start 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
    replace C:\temp with your path if different

    expand Windows6.1-KB3088195-x64.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\Windows6.1-KB3088195-x64.cab
  6. You should receive the message:
    The operation completed successfully.
  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.
  10. Zip and attach C:\Windows\Logs\CBS\CBS.log
 
Check Windows Update and report the result.
 
Wow... That worked, update installed without a problem, thanks! Same way I have installed KB2533623 which was required by Visual Studio 2017, but also was failing to install.

Can you tell me how did you know that KB3088195 was required to install prior to KB3126587? Was it about that line in CBS.log?
Code:
CBS    Appl: detectParent: package: Package_for_[B]KB3088195[/B]~31bf3856ad364e35~amd64~~6.1.1.3, [B]no parent found, go absent[/B]
 
Great. There were problems with KB3088195 so we fixed that first.
This thread can be marked as solved ?
 
All right. All the best.
 

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

Back
Top