[SOLVED] Issue installing KB5034119 and KB5034767 on Windows 2016 Server

Hi,

Please run the following command in an elevated prompt and attach the result to your next post.
Code:
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
 
I would suggest to schedule a maintaince window to disable some services and attempt to update again. I've seen similar issues with MS Exchange and SQL servers. And in this case I suspect IIS could be the issue which is the cause of the 800106d9 error.

Rich (BB code):
2024-02-23 05:29:36, Error      [0x01805b] CSI    00000286 (F) Failed execution of queue item Installer: Network Drivers ({a111f280-5923-47c0-9a68-d0bafb577901}) with HRESULT 800106d9 [Error,Facility=(0001),Code=1753 (0x06d9)].  Failure will not be ignored: A rollback will be initiated after all the operations in the installer queue are completed; installer is reliable[gle=0x80004005]

Disable the following services
- All the IIS related Services
- World Wide Web Publishing Service (w3svc)

Then reboot the server and attempt to update again.
 
Hi,

It looks like this issue was caused by AV. They killed all the running processes like Sentinel 1 and IIS and installed this month's update. The installation went thru without any issues. I'll go ahead and close this ticket. Thank you so much for all your help. I appreciate it.
 
Hi,

You're welcome. Glad to hear you managed to resolve this issue...
 

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

Back
Top