Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Sccm - Windows 10 1909 - Install language pack issue

  • Thread starter Thread starter f.maesta
  • Start date Start date
  • Replies Replies 2
  • Views Views 7K

f.maesta

Member
Messages
8
Reaction score
0
Points
1
Hi every all,
for my customer I'm implementing the Windows 10 1909 english with some language pack.
Before to create the application in SCCM I would like to try the command in test VM, but when I exec the command I receive the below error:

Add-AppxProvisionedPackage : An error occurred. No operation was performed.
Verify that DISM is installed properly in the image, and then try the operation again.

The command is: Add-AppxProvisionedPackage -Path C:\Users\user\Desktop\LangPackage\ -PackagePath .\LanguageExperiencePack.it-IT.Neutral.appx -LicensePath .\License.xml

To install I use the Windows 10 multi language pack.
I tried to make some change in the command but I receive the same error ever.

Can someone help me?

Kind Regards,

Federico
 
Hi every all,
for my customer I'm implementing the Windows 10 1909 english with some language pack.
Before to create the application in SCCM I would like to try the command in test VM, but when I exec the command I receive the below error:

Add-AppxProvisionedPackage : An error occurred. No operation was performed.
Verify that DISM is installed properly in the image, and then try the operation again.

The command is: Add-AppxProvisionedPackage -Path C:\Users\user\Desktop\LangPackage\ -PackagePath .\LanguageExperiencePack.it-IT.Neutral.appx -LicensePath .\License.xml

To install I use the Windows 10 multi language pack.
I tried to make some change in the command but I receive the same error ever.

Can someone help me?

Kind Regards,

Federico

You are trying to add it offline right? The-Path parameter is for specifying the mounted windows image.

For doing it online you need to use this:

PS C:\> Add-AppxProvisionedPackage -Online -FolderPath "c:\Appx"
 
Hello all
At my company, we also want to update windows 10 to version 1909 with mui EN and DE.
I have tried in several ways to take this step but without success.
If anyone has managed to do this I would be very grateful to him to set the instruction.
Best regards
 

Forum statistics

Threads
7,184
Messages
28,034
Members
18,323
Latest member
daxxi
Back
Top