码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-08-15 04:01:46      阅读:388      评论:0      收藏:0      [点我收藏+]

标签:os   ar   line   ad   window   on   sp   file   

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

标签:os   ar   line   ad   window   on   sp   file   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!