How to extract msu/msp/msi/exe files from the command line
I find these commands quite helpful — maybe you know them already — if not, here you go:
Microsoft Hotfix Installer (.exe)
setup.exe /t:C:<target_dir> /c
Microsoft Update Standalone Package (.msu)
expand -F:* update.msu C:<target_dir>
cd <target_dir>
expand -F:* update.cab C:<target_dir>
Microsoft Patch File (.msp)
msix patch.msp /out C:<target_dir>
msix.zip
Windows Installer Package (.msi)
msiexec /a setup.msi /qb TARGETDIR=C:<target_dir>
About this entry
You’re currently reading “How to extract msu/msp/msi/exe files from the command line,” an entry on WindowsWiki
- Published:
- 19/02/09 on 4:13pm
- Category:
- Microsoft
- Tags:
- cab, Command line, exe, Extract, Microsoft, Microsoft Hotfix Installer, Microsoft Patch File, Microsoft Update Standalone Package, msi, msix, msp, msu, Windows, Windows Installer Package
- Next post:
- Parser
5 Comments
Jump to comment form | comments rss [?] | trackback uri [?]