×

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

hqy hqy 发表于2021-05-21 15:46:55 浏览2234 评论0

抢沙发发表评论

使用命令行提取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>


 您阅读本篇文章共花了: 

打赏

本文链接:https://kinber.cn/post/1740.html 转载需授权!

分享到:


推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

群贤毕至

访客