Hello SushilUmberkar-6954,
Following up on your issue, in my previous response, I emphasized that error 0x80073712 indicates missing payload fragments, pointing out that since hotpatches like KB5078167 rely entirely on Unified Update Platform channels, you must ensure your distribution points have the correct .wim and .psf MIME types configured. I also stressed the necessity of having the exact prerequisite baseline Cumulative Update installed, as hotpatches map memory directly and will fail if the component store delta is mismatched. Reevaluating this scenario against the widespread manifestation of ERROR_SXS_COMPONENT_STORE_CORRUPT, which translates to the 0x80073712 hex code, across your environment despite rebuilding the SoftwareDistribution folder, the root cause extends beyond local client caching or simple network drops.
Best practice dictates running the Deployment Image Servicing and Management tool via the command DISM /Online /Cleanup-Image /RestoreHealth to repair the WinSxS component store inconsistencies causing this specific missing-file failure. However, official Microsoft servicing documentation explicitly outlines that hotpatch installations will systematically fail with missing file errors if the endpoint servicing stack is out of sync with the mandated quarterly baseline. Given that KB5078167 is intentionally excluded from the Update Catalog and multiple clients are entering a non-compliant state simultaneously, this confirms a known Unified Update Platform metadata synchronization defect for the 2026-01 Hotpatch release originating from Microsoft's distribution infrastructure. Since local client remediations cannot reconstruct flawed upstream UUP metadata, you must pause the specific deployment ring targeting this hotpatch in your management console to halt further compliance degradation. You must wait for Microsoft to supersede this specific hotpatch package with the upcoming standard full Cumulative Update payload, which circumvents the hotpatch delta requirements entirely and overwrites the servicing stack with a complete, healthy state.
Hope this answer brought you some useful information. If it has, please consider accepting the answer so that other people sharing the same issue would benefit too. Thank you :)
VP