21
2021
05

使用命令行提取微软补丁文件



推荐点击下面图片,通过本站淘宝优惠价购买:

image.png

使用命令行提取msu/msp/msi/exe文件

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>


本文链接:http://www.hqyman.cn/post/1740.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:





休息一下,本站随机推荐观看栏目:


« 上一篇 下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

您的IP地址是: