Thursday, March 11, 2010

Windows Language Pack Installation Command

lpksetup.exe is used to install the Windows Language Packs. This is available by default on all Windows Operating Systems.

lpksetup.exe /i * /p

This command will install all the language packs from the indicated path

lpksetup.exe /i en-US /p

This command will install only the english language pack. You can extend the command by including more language packs

lpksetup.exe /u en-US

This command will uninstall the indicated language pack.

Silent

If you want this command to be executed silently without user interface being displayed, please use /s at the end of the commandline for silent installation or uninstallation

No comments: