[SOLVED] 2019 Server cannot get KB5048661 to install (Same server as last month)

Brian Clark

Member
Joined
Oct 22, 2024
Posts
13
Last month you helped me get it updated but it's failing again this month. I have attached the CBS logs like before.... help me Maxstar, you're my only hope!
 

Attachments

Hi @Brian Clark,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Hi,

Follow these instructions to install an update with DISM.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into it, and press enter. (Leave the CMD window open!)
Code:
MD C:\WUTemp
  • Now, download the following update (KB5041578) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5041578
  • Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows10.0-kb5041578-x64_805a87fa976cf1a634ca916575b7896df7a646e3.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5041578-x64.cab
  • 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.
 
Ran in Administrator Command Prompt, It errors with:
Microsoft (R) File Expansion Utility
Copyright (c) Microsoft Corporation. All rights reserved.

Can't open input file: windows10.0-kb5041578-x64_805a87fa976cf1a634ca916575b7896df7a646e3.msu.
 
Once again... THANK YOU! Good to know its the same issue, I can just run this again next month. Hopefully this server is going away SOON!
 
Great, but it looks like some kind of bug to me! If you have the same problem with the next update, please post the CBS logs in this thread!
 

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

Back
Top