[SOLVED] [Server2008R2 SP1] Sec.Upd. for Win. (KB4054518) fails repeatedly error 80004005

Success! This time it worked, however, running the MSU file directly prompted that the patch was not applicable to the machine. So I expanded the MSU and used DISM to apply the package to the server and it worked. See below:

Code:
PS C:\bsa\stage> expand -F:* .\windows6.1-kb4054518-x64_290d02e1edc77bd5e809f867fc683d2ff4bf6df8.msu c:\bsa\stage\Microsoft (R) File Expansion Utility  Version 6.1.7600.16385
Copyright (c) Microsoft Corporation. All rights reserved.


Adding c:\bsa\stage\WSUSSCAN.cab to Extraction Queue
Adding c:\bsa\stage\Windows6.1-KB4054518-x64.cab to Extraction Queue
Adding c:\bsa\stage\Windows6.1-KB4054518-x64-pkgProperties.txt to Extraction Queue
Adding c:\bsa\stage\Windows6.1-KB4054518-x64.xml to Extraction Queue


Expanding Files ....
Progress: 1 out of 4 files
Expanding Files Complete ...
4 files total.
PS C:\bsa\stage> dism /online /add-package /packagepath:c:\bsa\stage\Windows6.1-KB4054518-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.23964.1.2
[==========================100.0%==========================]

Thanks for all your help ...I made a small donation to Sysnative as well.
 

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

Back
Top