[SOLVED] Windows 7 pro SP1 - update KB4284826 fails

tuzhao

New member
Joined
Jul 17, 2018
Posts
4
Location
France
Hello!
It seems I'm not the only one having this issue, so I tried doing all the "generic" troubleshooting I read on other threads, but still no luck.

Windows update gave me an error (8024200D) about that update a while ago, so I installed all the optional updates first, then retried multiple time even stand alone MSU from the catalog without luck.
So I learned about the SUR and ran that as well. Finally I tried installing the update manually extracting the cab and using DISM. Finally ran SCFix and no problem found.

[edit] I forgot to mention: it's a rather fresh Windows install (less than 2 months ago) on a new Crucial SSD.

Thanks in advance for any help, I hope I didn't forget anything:

CBS folder

Logs:

Code:
C:\Windows\system32>dism /online /add-package /packagepath:%userprofile%\desktop\asdlol\windows6.1-kb4284826-x64.cab

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.23403

Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24149.1.4
[===========================65.9%======                    ]
An error occurred - Package_for_RollupFix Error: 0x80070002

Error: 2

The system cannot find the file specified.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log



Code:
C:\Windows\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations.

C:\Windows\system32>

C:\Windows\system32>DISM.exe /Online /Cleanup-image /Scanhealth

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.23403

........................................................................................................................
........................................................................................................................
................................Completed running scanhealth, check logs at %windir%\logs\CBS\Checksur.log

The operation completed successfully.


Code:
SFCFix version 42.32768.0.0 by niemiro.
Start time: 2018-07-17 22:00:03.678
Microsoft Windows 7 Service Pack 1 - amd64
Not using a script file.




AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.




Successfully processed all directives.
SFCFix version 42.32768.0.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2018-07-17 22:49:44.625
----------------------EOF-----------------------
 
Last edited:
Code:
2018-07-17 21:39:29, Info                  CBS    Failed to find file: amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.18860_none_5f7c208eff6532ba\MsSpellCheckingFacility.exe [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]

Install Update with DISM

  1. Download the update MSU here: http://download.windowsupdate.com/c..._290d02e1edc77bd5e809f867fc683d2ff4bf6df8.msu
  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

    replace C:\temp with your path if different

    expand windows6.1-kb4054518-x64_290d02e1edc77bd5e809f867fc683d2ff4bf6df8.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4054518-x64.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.
  10. Zip and attach C:\Windows\Logs\CBS\CBS.log
 
Thanks for your reply!

This is the result of the suggested commands (it didn't ask me to reboot):

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\system32>d:

D:\>cd exTemp
D:\exTemp>expand windows6.1-kb4054518-x64.msu -f:* d:\extemp
Microsoft (R) File Expansion Utility  Version 6.1.7600.16385
Copyright (c) Microsoft Corporation. All rights reserved.

Adding d:\extemp\WSUSSCAN.cab to Extraction Queue
Adding d:\extemp\Windows6.1-KB4054518-x64.cab to Extraction Queue
Adding d:\extemp\Windows6.1-KB4054518-x64-pkgProperties.txt to Extraction Queue
Adding d:\extemp\Windows6.1-KB4054518-x64.xml to Extraction Queue

Expanding Files ....

Expanding Files Complete ...
4 files total.

D:\exTemp>DISM.exe /Online /Add-Package /PackagePath:d:\extemp\windows6.1-kb4054518-x64.cab

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.23403

Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.23964.1.2
[==========================100.0%========================= ]
The operation completed successfully.

D:\exTemp>
View attachment CBS.zip
 
Excellent :)

Go ahead and check for updates, then apply any that are offered.
If an update fails to install, zip and attach C:\Windows\Logs\CBS\CBS.log with your reply.
 
Finally the Quality Rollup installed correctly!

Code:
2018-07 Security Monthly Quality Rollup for Windows 7 for x64-based Systems (KB4338818)
Installation date: ‎30/‎07/‎2018 22:41
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/help/4338818

Thanks for your help :)
 

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

Back
Top