I'm trying to install Windows 7 Service Pack 1 (KB976932) on Windows 7 (6.1), but the installation fails with the following error:
ERROR_SXS_ASSEMBLY_MISSING(0x80073701)
I've already tried several troubleshooting steps without success.
What I've Tried So Far:
- Ran System Update Readiness Tool (KB947821), October 2014 version. No difference—issue persists;
- Ran System File Checker and Disk Check (
sfc /scannowandchkdsk /f /v /r /b); - Tried Solutions from Microsoft Forums. The following solutions did not work and had to be reverted via System Restore: Service pack 1 e está sempre a dar erro 80073701, Comandos DISM funcionam no Windows 7?
- Followed Microsoft's Pre-Installation Steps. According to this Microsoft article, I confirmed:
- ✔ Windows is activated and genuine
- ✔ No malware detected (scanned with MalwareBytes 4.3.0)
- ✔ Third-party antimalware software uninstalled
- ✔ Prerequisite updates already installed: KB2454826, KB2534366, KB2533552
- Manually Uninstalled All Possible Updates. Left only these updates that cannot be removed: KB976902, KB2533552, KB2977759, KB3020369.
- Reset Windows Update Components. Executed the following commands, but the issue persists:
net stop wuauserv
cd %systemroot%
ren SoftwareDistribution SoftwareDistribution.old
net start wuauserv