设置 EXE 版本信息
有关我通过 VerQueryValue。是否有一个反函数(WinApi或Delphi)可以注册(建立或更改)此类信息? 例如,这里有一个程序可以做到这一点。它是如何工作的(http://www.angusj.com/resourcehacker)?
The information on the version Exe-file I receive by means of VerQueryValue. Is there an inverse function (WinApi or Delphi) which can register (establish or change) such information?
Here, for example, there is a program which is able to do so. How may it work (http://www.angusj.com/resourcehacker)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
版本信息通过资源存储;要编辑该资源,您只需编辑该资源即可。这是我发现的一个单元,可以克隆现有文件版本信息并将其附加到另一个文件。从这段代码开始,很容易做你想做的事情(它是由我的一个朋友编写的,并且是公开的):
The version information is stored via resources; to edit that you simply need to edit that resource. Here is a unit I found that can clone an existing file version information and attach it to another file. It's very easy to do what you want starting from this code (it's coded by a friend of mine and is available public):