Hi Capiteq Support,
You're encountering error 0x80073701
while installing KB5060526. This error means a required system component is missing or corrupted.
I managed to find a couple of steps that might help you:
1. Repair the System files
Try running the following commands in an elevated Command Prompt (Run as Administrator):
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
These tools scan and repair corrupted system files and the Windows component store.
2. Install .NET Framework 3.5 via DISM
Some updates rely on .NET Framework 3.5 components. Installing it manually can help resolve missing assembly errors like 0x80073701
.
If you have access to a Windows Server 2022 ISO, mount it and run:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:\sources\sxs
Replace X: with the drive letter of your mounted ISO. You can download the ISO from the Microsoft Evaluation Center.
If you are using Windows Server 2019, you can dowload it here:
For more details on this method, Microsoft provides a helpful guide here:
Also make sure the update is installed just like Sudheer Reddy mentioned:
If the issue continues, feel free to share any relevant entries from the CBS logs (C:\Windows\Logs\CBS\CBS.log
) and I’ll be happy to help further.