[SOLVED] KB4284826 Server 2008R2

timlcits

Contributor
Joined
Aug 27, 2017
Posts
55
Had very similar issue last month with a different update: https://www.sysnative.com/forums/windows-update/25361-kb4103718-failing-2008r2x64.html


This month it is with KB4284826. It appears to almost complete before failing.


I ran DISM with these results:
C:\temp>dism.exe /Online /Add-Package /PackagePath:c:\temp\Windows6.1-KB4284826-x64.cab


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385


Image Version: 6.1.7601.18489


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


Error: 14003


The referenced assembly is not installed on your system.


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



SFC /SCANNOW did not find any integrity violations.
CheckSUR ran along with SFCFIX.


Due to the similarities with the previous issue I went ahead and ran procmon while installing the update and have uploaded the logs. Download tempsend.zip from Sendspace.com - send big files the easy way

Thank you in advance for any help.
 
It looks like there was an auto attempt this morning but I just ran the update again and attached log (so it likely has this mornings and this one).
 

Attachments

Retrieve Components Hive
1. Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
2. Please copy this file to your desktop.
Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
3. Right-click on this file on your desktop and select Send To...Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
4. The file will likely be too large to upload here so please upload toa file sharing service and just provide the link here.
 
Install Update with DISM



  1. Download the update MSU here: http://download.windowsupdate.com/d/msdownload/update/software/secu/2018/04/windows6.1-kb4093118-x64_5ea1778b896fcc764e0db8da7d094f62dc98d82f.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

    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.
 
Update still listed and still failed. I noticed you sent me the link for 4093118 and there may have been a reason. The update issue is 4284826 and I did post the results of the DISM for that download in the first post.
 
SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.


  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the attached file, SFCFixScript.txt, and save this to your Desktop. Ensure that this file is named SFCFixScript.txt - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFixScript.txt.
  5. Drag the file SFCFixScript.txt onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a log should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.
 

Attachments

Code:
SFCFix version 3.0.0.0 by niemiro.Start time: 2018-06-27 06:56:11.457
Microsoft Windows Server 2008 R2 Service Pack 1 - amd64
Using .txt script file at C:\Users\Administrator\Desktop\SFCFixScript.txt [0]








RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\3b47fc3b652..4e39e6cfed8_31bf3856ad364e35_6.1.7601.24082_4c30f6220d347ada.


Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\3b47fc3b652..4e39e6cfed8_31bf3856ad364e35_6.1.7601.24082_4c30f6220d347ada.


Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\3b47fc3b652..4e39e6cfed8_31bf3856ad364e35_6.1.7601.24082_4c30f6220d347ada.
RegistryScript:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 1 datablocks.
Finish time: 2018-06-27 06:56:12.471
Script hash: rFqt+M9vZ/gEY1c8Q/+b+7xSt+hkEaYMUFI2/dgwBDM=
----------------------EOF-----------------------
 

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

Back
Top