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)
- How to Install or Unistall Language Packs (MUI or LIP lp.cab) in Windows 7
- Windows Update and Windows Sidebar Problems after Using Vista MUI Tools to Install and Switch to New Language Pack
- Official Registry Hack Script to Install Windows Server 2008 and Vista SP2 Beta Build 16497 (CPP) via Windows Update
- Trick to Download and Install Windows Vista SP2 v.113 (6002.16497) from Windows Update
- Download and Install Windows Vista SP1 RC1 via Windows Update
- Hack to Install Windows 7 Build 6956 Directly from VHD File
- Official Way to Install Vista SP1 RC Via Windows Update with Public Availability Program
- Fix Install Fail or Endless Loop Problem in Vista WU by Downloading Update KB937287
- Download Windows 7 RTM 32-bit (x86) and 64-bit (x64) MUI Language Packs (Gold MSDN/TechNet ISO)










































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. [...]