[SOLVED] Failure to install KB4091290 and KB4503292 on Win7 SP1 x64

kcdohl

New member
Joined
Jun 27, 2018
Posts
4
Hi! Attempting to install the updates in the title result in errors 8024AFFF and 80073701. SFC, SURT, and SFCFix all report no errors. CBS archive here. Please help :-)
 
Hi,

I can't download your CBS archive can you upload the file again?

Note: If the file is too big to attach please upload it to a service like Dropbox, Google Drive, OneDrive or upload to SendSpace and just provide the link for the file here.
 
Hi,

Lets start with this...

Install Update using Dism
  1. Please download KB4075211 http://download.windowsupdate.com/d..._9646e0d8f06be65f567e554cf7e985b35d5ae269.msu save the file to c:\windows\temp
  2. change the name of the update file to a smaller name Windows6.1-KB4075211-x64.msu
    (keep the extension .msu in the end of the file name in case its visible if not ignore that)
  3. open the Command Prompt as Administrator (Tutorial)
  4. type or Copy & Paste the following commands line by line:

    cd /d c:\windows\temp
    expand Windows6.1-KB4075211-x64.msu -f:* C:\windows\temp
    DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\Windows6.1-KB4075211-x64.cab

  5. 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)?
  6. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  7. 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.
  8. Paste (Ctrl+V) it into your next post please.

Note: If DISM fails please attach the CBS.log
 
Good :-)

All the remaining updates installed without problems?
 

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

Back
Top