You cannot extract the contents of a Microsoft Update Standalone Package for Windows Vista
| Article ID | : | 928636 |
| Last Review | : | May 1, 2007 |
| Revision | : | 3.0 |
On This Page
SYMPTOMS
For example, one of the following issues may occur:
| • | If you try to use the /x command-line switch at a command prompt to extract the file on a Windows Vista-based computer, a dialog box that contains command-line help for the MSU opens. |
| • | If you try to open the file on a computer that is not running Windows Vista, you cannot open the file. Instead, Windows prompts you to locate the program that created the file. |
CAUSE
| • | The /x command-line switch cannot be used to extract MSU packages. |
| • | MSU packages for Windows Vista use a file name extension that is not recognized by earlier versions of Windows. |
RESOLUTION
Note The Windows Vista Expand command differs from the Expand command that is included in earlier versions of Windows.
To use the Windows Vista Expand command to expand the files from the MSU, follow these steps:
| 1. | If you are extracting a hotfix package, follow these steps:
If you are not extracting a hotfix package, create a folder that is named C: MSUFolder, and then save the MSU file to this folder. |
||||||
| 2. | At a command prompt, type the following commands. Press ENTER after each command.
c:
cd c: MSUFolder
expand -F:* Saved_MSU_File_Name.msu c: MSUFolder
expand -F:* Saved_MSU_File_Name.cab c: MSUFolder
|
The C: MSUFolder folder now contains one or more subfolders and files that have .mum and .manifest file name extensions. The subfolders contain the files that are updated by the MSU. The files describe the file operations, the registry modifications, and the other operations that need to be completed to install the component.
MORE INFORMATION
For example, the following programs and tools cannot extract or view the files in an IPD-aware package:
| • | Windows Explorer |
| • | The Expand command that is included in earlier versions of Microsoft Windows. |
| • | The WinZip program from WinZip International LLC. |
When you try to use one of these other programs or tools to extract the files from an IPD-aware package, only the binary deltas that are included in the .cab file may be extracted. The binary deltas file list may resemble the following:
0
1
2
The files that are named 0, 1, 2, and so on, are binary delta files. These files are used to synthesize the updated files when you install the update.
The following Windows Vista software updates are distributed in MSU packages that contain IPD technology:
| • | Security updates |
| • | Critical updates |
| • | Updates |
| • | Update rollups |
| • | Hotfixes |
Information about the Windows Vista Expand command
Use the following syntax to run the Windows Vista Expand command:
Expand [-r] Source Destination
Expand -r Source [Destination]
Expand -D Source.cab [F:Files]
Expand Source.cab -F:Files Destination
The following table explains the Expand command syntax.
| -r | Rename expanded files. |
| -D | Display the list of files in the source file. |
| Source | The path and the name of the source file. Wildcard characters may be used. |
| -F:Files | The names of files to expand from a .cab file. |
| Destination | The path and the name of the destination file or directory. If Source is multiple files and if you do not specify -r, Destination must be a directory. |
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products.
APPLIES TO
| • | Windows Vista Enterprise 64-bit Edition |
| • | Windows Vista Home Basic 64-bit Edition |
| • | Windows Vista Home Premium 64-bit Edition |
| • | Windows Vista Ultimate 64-bit Edition |
| • | Windows Vista Business |
| • | Windows Vista Business 64-bit Edition |
| • | Windows Vista Enterprise |
| • | Windows Vista Home Basic |
| • | Windows Vista Home Premium |
| • | Windows Vista Starter |
| • | Windows Vista Ultimate |
Keywords:Â |
kbtshoot kbexpertiseinter kbprb KB928636 |
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
Microsoft Corporation. All rights reserved. Terms of Use | Trademarks
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Back to the top
Leave a Reply