如何从msi包中
提取ProductCode?我想稍后使用它来通过msiexec卸载msi,如
here所述
我可以想到几十种
方法.您目前使用和/或使用哪些编程语言?
看一眼
Execute SQL Statements
您可以使用WiRunsql.vbs(在Platform SDK中提供)来运行命令:
cscript /nologo WiRunsql.vbs FOO.msi "SELECT Value FROM Property WHERE Property = 'ProductCode'"
原文链接:https://www.f2er.com/windows/365028.html