【发布时间】:2015-11-02 08:07:14
【问题描述】:
是否有可能在不使用 PowerShell 安装的情况下从 MSI 文件中检索 MSI 产品代码?我想将 MSI 文件的产品代码与机器上安装的 MSI 代码进行比较,以了解该文件是否是过去安装的。
【问题讨论】:
-
List of free tools you can used to view MSI files down the page here(Orca、SuperOrca 等)。一旦您拥有能够读取 MSI 文件的工具,就可以在
Property table中找到 ProductCode。你可以find the product code for installed MSI setups。
标签: powershell windows-installer