[SOLVED] Server 2012 R2 Std. Can't install windows update since 2014

Warning: This fix was written specifically for this system. Do not run this fix on another system.

Please run SFCFix from the commandline with the attached ZIP file.

Example:
Code:
C:\>SFCFix.exe C:\SFCFix.zip

Could you please check if the following files are restored with DISM? I think this was (or is) the issue with the GUI problem.

C:\Windows\explorer.exe IS MISSING <==== ATTENTION
C:\Windows\SysWOW64\explorer.exe IS MISSING <==== ATTENTION
 

Attachments

ok, one problem. the windows server core do not work to extract zip file. if I extract that zip and copy to the server, any command I can do on sfcfix to point for that folder?
 
You can extract SFCFix.zip file on another system, and then replace all the folders in the %windir%\WinSxS directory.

But you'll need to use ICACLS, you're an administrator of this system, so I guess this is not a problem?
 
Sure, that is no problem.

Copied the files and run the dism, follow the result attached.

The explorer.exe I think is not there because that is removed on server core, should return if change to gui.

1654301926242.png
 

Attachments

Rich (BB code):
2022-06-04 01:26:31, Error                 CSI    0000000d (F) STATUS_SXS_ASSEMBLY_MISSING #113182# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
2022-06-04 01:26:31, Error                 CSI    0000000e (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #113065# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = fc03b5cb71e26f94e03c380229fcb4dd, Version = 6.3.9600.17031, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral, cb = (null), s = (null), rid = [84]"Package_2552_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14.2919355-5349_neutral_GDR", rah = [1]"4", manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701]
2022-06-04 01:26:31, Info                  CBS    Failed to pin deployment while resolving Update: Package_2552_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14.2919355-5349_neutral_GDR from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2022-06-04 01:26:31, Info                  CBS    Failed to bulk stage deployment manifest and pin deployment for package:Package_1946_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]

  • Please run the following command in a elevated command prompt to remove an update.
Code:
wusa /uninstall /KB:2919355
  • Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.
 
Start the
55d04c7d453ca-Command_prompt_icon_%28windows%29.png
Command Prompt as administrator.
  • Open the startmenu and type the command cmd.
  • After you find the Command Prompt, right click on it and select Run as Administrator.
  • Copy and paste the following into the Command Prompt and press enter.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
Start
577bf0efb8088-FRST.png
FRST64.exe.
  • Copy and paste the following (code) into the Search box and click the Search Registry button.
Code:
KB2919355
  • When the scan is complete, a message will display that SearchReg.txt is saved in the same folder FRST was started from.
  • Post the logfile SearchReg.txt as attachment in your next reply.
 
Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Please try to install the Server-Gui, this will trigger a new 0x80073701 error in the CBS log. Post this logfile, so we can remove the next update that's not is fully installed.
 
OK, so that work to install the Server-Gui-Shell.
1654363118118.png

But after restart that still not open the explorer.exe and the file still not exist on the Windows folder.

I try to uninstall the two roles to them install again to check if that will work after a reinstall but on the uninstall I got the error message 0x80073701 again.
1654363202167.png

Follow attached the CBS and DISM logs.
thanks @Maxstar
 

Attachments

Your welcome, this is an interesting problem and hopefully we can fix it with the COMPONENTS hive from the other server.

Rich (BB code):
2022-06-04 18:13:28, Error                 CSI    0000000d (F) STATUS_SXS_ASSEMBLY_MISSING #439964# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
2022-06-04 18:13:28, Error                 CSI    0000000e (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #439847# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = 6d610ec860864cd92205cfe04cd41eb3, Version = 6.3.9600.16474, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral, cb = (null), s = (null), rid = [77]"Package_1_for_KB2913152~31bf3856ad364e35~amd64~~6.3.1.0.2913152-1_neutral_GDR", rah = [1]"4", manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701]
2022-06-04 18:13:28, Info                  CBS    Failed to pin deployment while resolving Update: Package_1_for_KB2913152~31bf3856ad364e35~amd64~~6.3.1.0.2913152-1_neutral_GDR from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2022-06-04 18:13:28, Info                  CBS    Failed to bulk stage deployment manifest and pin deployment for package:Package_152_for_KB2934018~31bf3856ad364e35~amd64~~6.3.1.5 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]

Step 1. Try to uninstall the following update:
Code:
wusa /uninstall /KB:2913152
When you get the message: The update KB******* is not installed on this computer, then perform step 2.

Step 2.
1. Open a elevated command prompt and run the following command (to be sure that the COMPONENTS hive is loaded).
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
2. Open FRST64.exe as administrator and perform a registry search for:
Code:
KB2913152
3. Attach SearchReg.txt in your next reply.
 
Please try to update Windows the normal way, if it fails attach a new copy of the CBS Log.
 
Hi,

Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Good morning, although here it is late in the afternoon.. ;)

Please try to update Windows, if it fails attach a new copy of the CBS.log.
 

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

Back
Top