Where and how am I able to add the lp.cab file within SCCM so that I can have the language pack install when Windows 7 and the apps are installed. I want to add it to my task sequence but where is this option available.

Thanks

link|improve this question

feedback

2 Answers

Unfortunately, you cannot do this in SCCM by itself. But there are other free tools out there that can help you out. It will just require a little work on your part.

Use Windows System Image Manager in conjunction with Windows Automated Installation Kit OR the Microsoft Deployment Toolkit (which integrates into SCCM) to create an answer file that customizes your Windows install. With it, you can set the default language for for your install. Here is the link to the TechNet reference for WAIK: http://technet.microsoft.com/en-us/library/dd349343(WS.10).aspx. The link to MDT: http://technet.microsoft.com/en-us/solutionaccelerators/dd407791.aspx

link|improve this answer
feedback

If you cannot do it using System Center Configuration Manager you have to edit the Windows Image, the .WIM file, of that sequence task.

You can add the File using the command DISM avaibale in the free download Microsoft AIK.

The procedure to add the language pack with DISM is here, in this Microsoft Technet article: Add and Remove Language Packs Offline

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.