How to Install Windows 7 Local Packs (LocalPacks) CAB Update File
Whether you have downloaded the Windows 7 localization packs (LocalPacks) in ISO, IMG or standalone update package in .CAB format, which is a cabinet file that contains the update package for regional theme, wallpapers, RSS feeds and Favorites links. The .CAB cabinet file for localization customization cannot be installed via desktop GUI of Windows 7, and must be installed with the DISM, a command-line tool for Windows 7 and Windows Server 2008 R2.
Deployment Image Servicing and Management (DISM) consolidates the core image management functions of multiple tools found in the Windows Automated Installation Kit (AIK) and enables IT professionals to view components of an applied or mounted operating system image and add or remove packages, software updates, and drivers. In order to use DISM to install Windows 7 local packs, follow these steps:
- Extract the .CAB file from the LocalPacks ISO or IMG image. If you are already holding a .CAB cabinet file, skip this step.
- Open a command prompt with administrator’s privileges, and run and execute the following command:
DISM /Online /Add-Package /PackagePath:"<drive>:\<path\to>\Windows-LocalPack-<XX>-Package.cab"Replace parameter in < and > brackets with actual path to the CAB file. For example,
DISM /Online /Add-Package /PackagePath:”C:\Users\Windows 7 User\Downloads\Windows-LocalPack-AU-Package.cab”
Note: The file name of the localpack’s cab may be different depending on where you download the file.
For user who needs to install many local packs, it’s possible to automate the installation of the LocalPacks with a batch command script. Save the following text into Notepad and save it as a file named install-localpacks.bat (or download install-localpacks.bat):
For %%A In (*.cab) Do Start /Wait pkgmgr /ip /m:%%A /quiet /norestart
Then, place the install-localpacks.bat into the same folder with all local packs to install. Run install-localpacks.bat as administrator to start the automatic installation of all regional localization packs inside the directory.
Once local packs are installed, user can select them from Personalization of Windows 7. If the regional themes from local packs does not show up in Personalization, use the hack to unlock and show the hidden themes in Windows 7. For end-users who want only the regional wallpapers, it’s possible to download only beautiful and attractive 120 pieces of localized background wallpapers.
Related Articles
- Download Windows 7 RTM Original Gold All Languages Local Packs (Localization Packs for Regional Themes and Wallpapers)
- Download Windows 7 RTM 32-bit (x86) and 64-bit (x64) MUI Language Packs (Gold MSDN/TechNet ISO)
- Fix Install Fail or Endless Loop Problem in Vista WU by Downloading Update KB937287
- Windows Update and Windows Sidebar Problems after Using Vista MUI Tools to Install and Switch to New Language Pack
- Download 32-bit & 64-bit Windows 7 RTM Build 7600.16385 Original Untouched MSDN/TechNet Leaked Retail DVD ISO
- Windows Vista MUI Language Packs (for x86 and x64) Direct Download Link
- How to Install or Unistall Language Packs (MUI or LIP lp.cab) in Windows 7
- Windows Update KB905474 and KB913446 Installation Failed with Error Code 0×80242006
- KB937287 Fails to Install At Stage 3, Unable to Reinstall or Uninstall and Restarts Repetitively
- Windows Vista Ultimate SP2 MUI Language Packs Official HTTP Download Links










































October 22nd, 2009 00:35
Tomas, Im having the same problem as you; Cant get the Win7 RTM x64 pack to work with Win7 RTM 7600 English?
Any ideas why?
I get a “0×800f081e The specified package ist not applicable to this image” error.
August 11th, 2009 07:29
For some reason I cant get it to work in Win7 RTM x64 (using the x64 pack). I get an error about the pack not being aplyable to “the image”. ANy ideas?
July 26th, 2009 14:15
[...] Note: The localization packs (LocalPacks) contains localized contents such as themes and wallpapers for regional areas. The local packs for Windows 7 RTM have been leaked for download earlier. To install a local pack, check out the guide to install localization pack (local pack) in Windows 7. [...]