首页 > 其他 > 详细

How to extract msu/msp/msi/exe files from the command line

时间:2014-08-15 04:01:46      阅读:314      评论:0      收藏:0      [点我收藏+]
I find these commands quite helpful — maybe you know them already — if not, here you go: Microsoft Hotfix Installer (.exe) setup.exe /t:C: /c Microsoft Update Standalone Package (.msu) expand -F:* update.msu C: cd expand -F:* update.cab C: Microsoft Patch File (.msp) msix patch.msp /out C: msix.zip Windows Installer Package (.msi) msiexec /a setup.msi /qb TARGETDIR=C:

How to extract msu/msp/msi/exe files from the command line,布布扣,bubuko.com

How to extract msu/msp/msi/exe files from the command line

原文:http://www.cnblogs.com/yanyan45/p/3913805.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!