Skip navigation

Q. How do I inject a language pack into an offline-mounted WIM image?

A. Once you have a WIM file mounted to a folder, as in

DISM.exe /mount-wim /wimfile:<WIM name and location, c:\wims\install.wim> /index:<image within WIM, e.g. 1> /mountdir:<mount location, e.g. c:\mount

You can inject drivers using the command:

dism /image:&lt;WIM mounted image location&gt; /scratchdir:&lt;scratch location&gt; /add-package /packagepath:&lt;location of language cab and cab name, e.g. c:\languages\lp_en-us.cab&gt;

Once you've made the changes to your WIM, make sure you commit the changes. When you unmount, use the command

dism /commit-wim /mountdir:<mounted location>
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish