1

我想在与 .msi 链接的 .dll 的源文件中的 .msi 安装期间检索产品版本。有没有办法用 C++/Visual C++ 做到这一点。

谢谢。

4

2 回答 2

1

这个问题有点难,我的理解是你想做一些验证,看看http://www.codeproject.com/Articles/31021/Getting-version-from-MSI-without-installing-it

于 2012-07-31T13:55:39.863 回答
0

好吧,你可以先看看 WIX-HowTo,他们提取 dll 版本以生成错误(“你的...... dll 已过时......”)

http://wix.sourceforge.net/manual-wix3/check_the_version_number.htm

于 2012-07-31T13:42:57.083 回答