Jump to content

Recommended Posts

Posted

Hi all,

 

i try to create an install.wim with some language pack (LXPS), it is working good, i import the install.wim in my mdt, create a task sequence with no problem.

 

My only problem is when i try to deploy this new task sequence the setup propose me only one language (the en-us) not others languages that added in my install.wim.

 

 

Here my powershell's commands lines to include LXPS :

 

 

.\dism.exe /Mount-Image /ImageFile:D:\temp\temp\install.wim /Index:5 /MountDir:"D:\Temp\mount"

.\DISM /Image:"D:\TEMP\mount" /Add-ProvisionedAppxPackage /PackagePath="D:\TEMP\temp\LocalExperiencePack\fr-fr\LanguageExperiencePack.fr-fr.Neutral.appx" /LicensePath:"D:\TEMP\temp\LocalExperiencePack\fr-fr\license.xml"

.\DISM /Image:"D:\TEMP\mount" /Add-ProvisionedAppxPackage /PackagePath="D:\TEMP\temp\LocalExperiencePack\de-de\LanguageExperiencePack.de-de.Neutral.appx" /LicensePath:"D:\TEMP\temp\LocalExperiencePack\de-de\license.xml"

.\DISM /Image:"D:\TEMP\mount" /Add-ProvisionedAppxPackage /PackagePath="D:\TEMP\temp\LocalExperiencePack\it-it\LanguageExperiencePack.it-it.Neutral.appx" /LicensePath:"D:\TEMP\temp\LocalExperiencePack\it-it\license.xml"

.\DISM /Image:"D:\TEMP\mount" /Add-ProvisionedAppxPackage /PackagePath="D:\TEMP\temp\LocalExperiencePack\es-es\LanguageExperiencePack.es-es.Neutral.appx" /LicensePath:"D:\TEMP\temp\LocalExperiencePack\es-es\license.xml"

.\DISM /Image:"D:\TEMP\mount" /Add-ProvisionedAppxPackage /PackagePath="D:\TEMP\temp\LocalExperiencePack\pt-pt\LanguageExperiencePack.pt-pt.Neutral.appx" /LicensePath:"D:\TEMP\temp\LocalExperiencePack\pt-pt\license.xml"

.\dism.exe /Unmount-image /MountDir:D:\Temp\mount /commit

 

Any ideas ?

 

 

Many Thanks by advance.

 

 

BR

 

More...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...