I am unable to install Windows 11 Insider Preview Experimental Build 28120.2912 over my current Build 28120.2630.
Windows Update repeatedly fails with the following message:
“Some update files are missing or have problems. We’ll try to download the update again later.”
Error code: 0x80073712
The failure is fully reproducible.
So far I have tried the following:
- Restarted the PC and retried the update several times.
- Ran: DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow
All of these commands completed successfully and reported no unresolved corruption.
- Reset Windows Update components by stopping wuauserv, BITS and cryptsvc, renaming SoftwareDistribution and catroot2, restarting the services, rebooting, and downloading the update again.
The result was exactly the same: 0x80073712.
I then checked CBS.log. The failure appears to occur while servicing the Microsoft-Windows-WAB-App component during the transition from version 10.0.28000.2630 to 10.0.28000.2912.
The key lines are:
“Delta file missing on generating delta for: wab.exe”
followed by:
“Attempting to mark store corrupt with category: CorruptPayloadFile”
and then:
“STATUS_SXS_COMPONENT_STORE_CORRUPT”
The transaction subsequently fails with:
HRESULT_FROM_WIN32(ERROR_SXS_COMPONENT_STORE_CORRUPT) 0x80073712
I also checked the WinSxS component directories.
The current 28000.2630 component contains the full wab.exe file.
For 28000.2912, the component directory contains:
- wabmig.exe
- r\wabmig.exe
- r\wab.exe
but there is no full wab.exe in the 28000.2912 component directory.
This seems to suggest that the failure occurs while Windows is reconstructing the new wab.exe from the differential update payload rather than because the currently installed wab.exe is missing.
Since DISM and SFC both report the component store as healthy, and resetting Windows Update and downloading the package again does not change the result, I am wondering whether this could be a problem with the differential servicing payload for Build 28120.2912, or specifically with the update path from 28120.2630 to 28120.2912.
Has anyone else encountered 0x80073712 with Build 28120.2912?
I can provide the full CBS.log and a filtered log containing the WAB-related failure if needed.I am unable to install Windows 11 Insider Preview Experimental Build 28120.2912 over my current Build 28120.2630.
Windows Update repeatedly fails with the following message:
“Some update files are missing or have problems. We’ll try to download the update again later.”
Error code: 0x80073712
The failure is fully reproducible.
So far I have tried the following:
- Restarted the PC and retried the update several times.
- Ran:
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
All of these commands completed successfully and reported no unresolved corruption.
- Reset Windows Update components by stopping wuauserv, BITS and cryptsvc, renaming SoftwareDistribution and catroot2, restarting the services, rebooting, and downloading the update again.
The result was exactly the same: 0x80073712.
I then checked CBS.log. The failure appears to occur while servicing the Microsoft-Windows-WAB-App component during the transition from version 10.0.28000.2630 to 10.0.28000.2912.
The key lines are:
“Delta file missing on generating delta for: wab.exe”
followed by:
“Attempting to mark store corrupt with category: CorruptPayloadFile”
and then:
“STATUS_SXS_COMPONENT_STORE_CORRUPT”
The transaction subsequently fails with:
HRESULT_FROM_WIN32(ERROR_SXS_COMPONENT_STORE_CORRUPT)
0x80073712
I also checked the WinSxS component directories.
The current 28000.2630 component contains the full wab.exe file.
For 28000.2912, the component directory contains:
- wabmig.exe
- r\wabmig.exe
- r\wab.exe
but there is no full wab.exe in the 28000.2912 component directory.
This seems to suggest that the failure occurs while Windows is reconstructing the new wab.exe from the differential update payload rather than because the currently installed wab.exe is missing.
Since DISM and SFC both report the component store as healthy, and resetting Windows Update and downloading the package again does not change the result, I am wondering whether this could be a problem with the differential servicing payload for Build 28120.2912, or specifically with the update path from 28120.2630 to 28120.2912.
Has anyone else encountered 0x80073712 with Build 28120.2912?
I can provide the full CBS.log and a filtered log containing the WAB-related failure if needed.