开发者

Change my applications's exe file version in VB6

i made an application in vb6 now i have given it a product version from project/properties but i noticed the win explorer开发者_如何学运维 has two tags for exe a product version and a file version. i want to edit the file version of my app's exe any idea how can i do that? file version should be x.x.x.x


VB6 automatically sets the File version equal to the Product version.
You specify these through the project properties dialog, Make tab, Major Minor and Revision.

  • Product version always has three parts: Major.Minor.Revision
  • File version always has four parts: Major.Minor.0.Revision. Microsoft decided to put an extra zero between Minor and Revision.


Use Resource Hacker and accomplish this easily,

Download from here


From (distant) memory this can be set by looking at the project options dialog. You can place a * into the boxes if you want the version to auto-increment.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜