.MSU Rozszerzenie pliku
Windows Vista Update Package
| Deweloper | Microsoft |
| Popularność |
4.2 | 189 Głosów |
Czym jest plik MSU?
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).
Więcej informacji
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
UWAGA: Earlier versions of the Windows operating system used .MSI files for updates.
Jak otworzyć plik MSU
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).