rubyscript2exe: adding version, vendor, etc to exe resource

E

El Gato

In general on Windows you can interrogate the "resource block" to get
the version string, vendor string, etc. of an executable. Does anyone
know how I could go about inserting this into a Ruby app that was
compile with rubyscript2exe? I can't find anything on it.

Basically, if someone were to run something similar to this discussion:
http://stackoverflow.com/questions/602802/command-line-tool-to-dump-windows-dll-version
, I'd want the proper info to be returned.

Thoughts?
 
G

Gordon Thiesfeld

[Note: parts of this message were removed to make it a legal post.]

In general on Windows you can interrogate the "resource block" to get
the version string, vendor string, etc. of an executable. Does anyone
know how I could go about inserting this into a Ruby app that was
compile with rubyscript2exe? I can't find anything on it.

The rubyscript2exe docs mention resource hacker. It looks like it might do
what you need.

http://www.angusj.com/resourcehacker/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top