Share via

DISM installation language package reported an error

Bieber Fu 236 Reputation points
2020-09-11T08:18:57.523+00:00

DISM installation language package reported an error
24026-1.png

Windows for business | Windows Client for IT Pros | User experience | Other

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-09-21T07:35:02.49+00:00

    Hi @Bieber Fu ,

    Welcome to Microsoft Q&A.
    You can refer to the link below to reinstall the language package:
    https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-language-packs-to-windows

    Best regards,
    Molly

    --------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. Sean Liming 4,811 Reputation points Volunteer Moderator
    2020-09-12T05:51:59.8+00:00

    The first error (0x80073713) indicates a component store error.

    scan for the issue:

    Dism /Image:"%windowpath" /Cleanup-Image /ScanHealth

    check the health:

    dism /Image:"%windowpath" /cleanup-image /checkhealth

    If it can be cleaned up run the following:

    dism /Image:"%windowpath" /cleanup-image /restorehealth

    The "Repair a Windows Image" document has more information.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.