windows-installer – 如何从msi包中提取ProductCode?

前端之家收集整理的这篇文章主要介绍了windows-installer – 如何从msi包中提取ProductCode?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何从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

猜你在找的Windows相关文章