Problems to export different Windows 10 Home languages versions.

Ken Ekholm 151 Reputation points
2021-03-14T18:23:29.443+00:00

I have exported Windows 10 Home with English Swedish and Finnish version to install.wim file with DISM tool.

Dism /Export-mage /SourceImageFile:D:\Installation\Windows10\ISO\English\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\Installation\Windows10\Files\sources\install.wim /DestinationName:"Windows 10 Home English" 
Dism /Export-mage /SourceImageFile:D:\Installation\Windows10\ISO\Swedish\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\Installation\Windows10\Files\sources\install.wim /DestinationName:"Windows 10 Home Swedish" 
Dism /Export-mage /SourceImageFile:D:\Installation\Windows10\ISO\Finnish\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\Installation\Windows10\Files\sources\install.wim /DestinationName:"Windows 10 Home Finnish"

But I can only choose the English language when prompted which language to install.
Is there something, that I am missing?
The Windows version number is 2004.

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Teemo Tang 11,346 Reputation points
    2021-03-15T02:38:21.147+00:00

    /Export-Image is used for Creating a new .WIM file that includes only the files you need from a single volume image, I don’t see your command includes the parameter which can export language package part. I don’t think we can easily use this /Export-Image command to Split one wim into multiple single language wims.
    Microsoft document doesn’t give any example related language package export.
    https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-image-management-command-line-options-s14#export-image

    In my opinion, if we wan to INJECT LANGUAGE PACK WITH DISM, this guide is helpful.
    https://systemcenterdudes.com/inject-language-pack-windows-10/

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

    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.

    0 comments No comments

  2. Ken Ekholm 151 Reputation points
    2021-03-19T08:09:22.243+00:00

    Is it possible for ordinary users to download Windows 10 language packs other than from the Windows store?

    0 comments No comments