3

Need To Set Version Information on the existing .dll

I need to add these to dll

1.File Version 2.Product Version

Tried this free version.
does not work any Idea ?

Rahul
  • 591
  • 1
  • 7
  • 21

3 Answers3

2

There is a tool named verpatch that does exactly that. After you download it you can run it from command line as below:

verpatch your.dll /pv "product.version" /va "file.version"

There are many other flags that can be used to add extra information. Try:

verpatch /?
Omer Dagan
  • 14,868
  • 16
  • 44
  • 60
0

There is Resource Tuner Console from Heaventools Software.

Resource Tuner Console is a command-line tool that enables developers to automate editing of different resource types in large numbers of Windows 32- and 64-bit executable files.

See specifically the Changing Version Variables And Updating The Version Information page for greater details.

Wylder
  • 287
  • 2
  • 3
-1

I've created a tool for this purpose because didn't find anything that is enough easy to use and easy to automate. Developers find it useful.

I'm sorry if that might seem as a self-ad but I know how annoying is to sync versions...

i100
  • 4,529
  • 1
  • 22
  • 20