Rubyscript2exe: adding version, vendor, etc to exe resource

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:


, I'd want the proper info to be returned.

Thoughts?

···

--
Posted via http://www.ruby-forum.com/.

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.

Resource Hacker

···

On Tue, Aug 10, 2010 at 10:00 AM, El Gato <wmwilson01@gmail.com> wrote:

Basically, if someone were to run something similar to this discussion:

Command line tool to dump Windows DLL version? - Stack Overflow
, I'd want the proper info to be returned.

Thoughts?
--
Posted via http://www.ruby-forum.com/\.