.MSU 파일 확장자
Windows Vista Update Package
| 개발사 | Microsoft |
| 인기도 |
4.2 | 189 투표 |
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).
추가 정보
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
참고: Earlier versions of the Windows operating system used .MSI files for updates.
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).