跳过正文
  1. Posts/

解包 MSI IS 文件

·41 字·1 分钟· ·
XhstormR
作者
XhstormR
INTJ
目录

MSI
#

msiexec.exe /a D:\test.msi /passive TARGETDIR=D:\dir

InnoSetup
#

test.exe /VERYSILENT /NORESTART /NOICONS /DIR="D:\dir"

InstallShield
#

test.exe /a /s /v"/passive TARGETDIR=D:\dir
test.exe /extract_all:D:\dir

SourceTree
#

SourceTreeSetup_1.9.10.0.exe /?
SourceTreeSetup_1.9.10.0.exe /extract

More
#

7zr, innounp, lessmsi

Reference
#

MSI, InnoSetup, InstallShield, InstallShield, InstallShield