Msi2XML - MSI安装包文件提取、修改、再封包
用来操作msi的包,提取文件和打包
This command extracts the MSI files:
msi2xml -c OutputDir TestMSI.MSI
Open OutputDir and modify the file.
To rebuild the MSI run:
xml2msi.exe -m TestMSI.xml
解压修改完成之后用Advanced Installer 导入msi文件重新打包
文件 - New - Convert - Import MSI