从 inno setup 获取 exe 或 dll 的版本
如何使用 Inno 从 exe 文件或 dll 中获取版本号,我尝试了 GetFileVersion 函数,但仅在 Inno 预处理器中可用(并且我需要在 [我的脚本的 Code]
部分)。我还尝试了 GetFileVersionInfo
函数但不被 Inno 识别。
How I can get the version number from a exe file or a dll using Inno, I tried the GetFileVersion
function but only is available in the Inno Preprocessor (and I need use this function in the [Code]
section of my script) . Also I tried the GetFileVersionInfo
function but is not recognized by Inno.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
和/或
Try
and/or