Windows 2012 R2, Error 80073712

Please download the following updates:
http://download.windowsupdate.com/d..._5ab17d824ffddb74360fb95e1d5567484cf6be40.msu
http://download.windowsupdate.com/d..._acc8f5a9ac418dad332e87a117c21ef8c96b983c.msu
http://download.windowsupdate.com/d..._5f12bc64d00bce11290d4ba790c373cc2de16763.msu

Once downloaded you may wish to rename them for ease of use, e.g. windows8.1-kb4040972-x64.msu

Install Update with DISM

  1. Copy the MSU file to a convenient location (such as C:\temp).
  2. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  3. When you see Command Prompt on the list, right-click on it and select Run as administrator
  4. 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 {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

  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.
  9. Zip and attach C:\Windows\Logs\CBS\CBS.log
 
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 file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - 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 SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip
 
Here you go:

Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2018-07-19 15:41:53.753
Microsoft Windows Server 2012 R2 Update 3 - amd64
Using .zip script file at C:\Users\***************\Desktop\SFCFix.zip [0]








RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\msil_system.workflow.runtime.resources_31bf3856ad364e35_4.0.9600.16384_en-us_abafaac32ff80ae1.


Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\msil_system.workflow.runtime.resources_31bf3856ad364e35_4.0.9600.16384_en-us_abafaac32ff80ae1.


Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\msil_system.workflow.runtime.resources_31bf3856ad364e35_4.0.9600.16384_en-us_abafaac32ff80ae1.
RegistryScript:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 5 datablocks.
Finish time: 2018-07-19 15:41:55.124
Script hash: cI451c3DaY1cLfFrqtKsA0OeSGnTIOiDNBftStmf3oo=
----------------------EOF-----------------------
 
Thanks!

Go ahead and try to install the update that failed again, then zip and attach CBS.log when it completes.
 
Unfortunately DISM doesn't detect all corruption, especially in the registry.

There is a flag to indicate that a component key is missing, and it is present. This script should remove that entry for this particular key, though it appears there might be more keys that are also marked.

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 file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - 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 SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.
View attachment SFCFix.zip

Once complete, try installing the update again. It will most likely fail, at that point zip and attach C:\Windows\Logs\CBS\CBS.log

Would it be possible to turn the .Net framework v4 feature off and on for this machine?
 
You were correct, it did not work. I have also tried disabling and enabling the v4 feature, but I still received the error. At this point I think it's best that I start from scratch on a new machine.
I greatly appreciate your help throughout all of this! You guys are awesome!
 

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

Back
Top