.MSU File Extension
Windows Vista Update Package
Developer | Microsoft |
Popularity |
4.2 | 186 Votes |
What is an MSU file?
An MSU file is an update package used by Windows Update, an application included with Windows Vista, Windows 7, and Windows Server. It contains one or more updates for applications and files on the Windows system. MSU files are installed by the Windows Update Stand-alone Installer (Wusa.exe), which is run by Windows Update automatically (the user generally does not need to manually install MSU files).
More Information
Each MSU file contains four elements:
- Windows Update metadata, which describes the update package
- One or more .CAB files that store the update data for the package
- An .XML file which describes the contents of the MSU file
- A properties file that is read by Wusa.exe
NOTE: Earlier versions of the Windows operating system used .MSI files for updates.
How to open an MSU file
You can manually extract the contents of an MSU file at the Windows command prompt by typing:
expand -f:* "example.msu" output_directory
You can then manually install the update package by typing the following command:
pkgmgr.exe /n:output_directory\example.xml
(example.msu and example.xml have the same filename prefix).
If necessary, you can also extract and view the contents of an MSU file using 7-Zip (Windows).