[SOLVED] Windows Server 2008 R2 don't install monthly rollup updates

ggroke

Member
Joined
Jun 26, 2019
Posts
7
I have a server which install all updates except monthly rollup (none of it did).

I went through all steps (SFC scan, SURT/DISM scan, SFC fix), among with some others solutions I found online (delete SoftwareDistribution folder, etc), and nothing seems to have any effect.

I'm concerned about security issues of not having those updates installed. Reinstalling Windows Server is not an option, either.

The CBS folder is almost 150 MB, so the link is here:

CBS.zip

Can you guys help me?

Thanks in advance.
 
Hi!

Please do the following:

Install Update using Dism
  1. Please download KB4025341 http://download.windowsupdate.com/d..._e2518cc83b86902d20302f114a7ebe4249efbe9c.msu save the file to c:\windows\temp
  2. change the name of the update file to a smaller name windows6.1-KB4025341-x64.msu
    (keep the extension .msu in the end of the file name in case its visible if not ignore that)
  3. open the Command Prompt as Administrator (Tutorial)
  4. type or Copy & Paste the following commands line by line:

    cd /d c:\windows\temp
    expand windows6.1-KB4025341-x64.msu -f:* C:\windows\temp
    DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\windows6.1-KB4025341-x64.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 please.
 
Hello. I've installed the update. It ended successfully, however it didn't ask me to reboot.

Anyway, I rebooted, but the problem remains, I tried to install the update and got error 8024200D again.

Here is the command prompt copy:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Administrador>cd /d c:\windows\temp
c:\Windows\Temp>expand windows6.1-kb4025341-x64.msu -f:* C:\windows\temp
Microsoft (R) File Expansion Utility Version 6.1.7600.16385
Copyright (c) Microsoft Corporation. All rights reserved.
Adding C:\windows\temp\WSUSSCAN.cab to Extraction Queue
Adding C:\windows\temp\Windows6.1-KB4025341-x64.cab to Extraction Queue
Adding C:\windows\temp\Windows6.1-KB4025341-x64-pkgProperties.txt to Extraction
Queue
Adding C:\windows\temp\Windows6.1-KB4025341-x64.xml to Extraction Queue
Expanding Files ....
Progress: 1 out of 4 files
Expanding Files Complete ...
4 files total.
c:\Windows\Temp>DISM /Online /Add-Package /PackagePath:C:\windows\temp\windows6.
1-KB4025341-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.23862.1.6
[==========================100.0%==========================]
The operation completed successfully.
c:\Windows\Temp>
 
Install Update with DISM




  1. Download this update and save to your desktop. The file name will be Windows6.1-KB4338818-x64.cab.zip.
  2. Right-click on this file and select Extract All... Click the Extract button. You can close the folder window that opens
  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. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB4338818-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.





Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 
Here is the result:

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

C:\Users\Administrador>
C:\Users\Administrador>dism /online /add-package /packagepath:%userprofile%\desk
top\Windows6.1-KB4338818-x64.cab

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.18489


Error: 87

No packages were found that require processing.

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

C:\Users\Administrador>
 

Attachments

It worked perfectly! You are awesome!

Thank you very much for all your help.

Best regards.
 

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

Back
Top