Configuration Manager Language Pack Deployment

3 Min Read

Configuration Manager Language Pack Deployment. Work or any Windows Client System and any SCCM version.

1. Download Language packs “*.cab” files.

2. Rename downloaded “*.cab” files to something normal;

3. Go to your Domain Controller and create a folder in SYSVOL;

4. Copy “*.cab” files to the newly created folder;

5. Start SCCM console and go to “Software Library\Application management\Applications”;

6. Create a new application;

7. Select the second option and click the “Next” button;

8. Enter name, publisher … , click “Next” button;

9. Enter information, add an icon, and add some information for the user (as an example, how to change language http://windows.microsoft.com/en-us/windows-10/how-to-add-an-input-language-to-your-pc#v1h=tab02) for Application Catalog, click “Next” button;

After Step “9” STOP!

10. Create a folder at Distribution Point Server for Language Pack content;

11. In the newly created folder (“en-gb“) place next “*.bat” script;

@echo off
dism /Online /Add-Package /PackagePath:\\<yourdomain>\sysvol\donnu.edu.ua\scripts\lp1607\lpengb.cab /Quiet

(lpengb.cab – name of “*.cab” file, that we copied to SYSVOL)

12. Back to SCCM Console. In “Deployments Types” click the “Add” button;

13. Select the option from the list “Script Installer” and click the “Next” button;

14. Enter the name of the application and click the “Next” button;

15. Select “Content location“. In the “Installation program” paste next;

dism /Online /Add-Package /PackagePath:\\<yourdomain>\sysvol\donnu.edu.ua\scripts\lp1607\lpengb.cab /Quiet

16. Click the “Next” button;

17. In Detection Method click the “Add Clause” button. Add text information (see screenshot). But carefully with “Value” 2057 – this is EN-GB. Click the “OK” button;

18. Click the “Next” button;

19. Specify “User Experience” options, and click the “Next” button;

20. Go to “Summary” and click the “Next” button;

21. Select your Deployment Type and click the “Edit” button;

22. You may play with “Should Configuration Manager enforce specific behavior…” in the “User Experience” tab and click the “OK” button;

23. Click on “Summary” and then the “Next” button;

24. Deploy the newly created application to the client.

Let’s check the client side:

1. User opens Software Center and selects Language Pack that plans to install. Click the “Install” button (I use Russian OS distributive and install EN-GB language pack);

2. Installation took about 10-20 minutes. After that time button is greyed out, reboot the PC and check;

3. Change language, save, and reenter;

P. S. I know, this is not an ideal solution, but it works perfectly for me.

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Exit mobile version