http://www.windowswiki.info/2009/02/19/how-to-extract-msumspmsiexe-files-from-the-command-line/

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>

相关文章:

  • 2021-06-27
  • 2022-12-23
  • 2021-12-07
  • 2021-08-29
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
猜你喜欢
  • 2021-06-03
  • 2021-12-06
  • 2022-12-23
  • 2021-06-13
  • 2021-09-22
  • 2022-12-23
  • 2021-08-14
相关资源
相似解决方案