I think what you want to do is add info to the Windows Info that you will get by right clicking..then selecting Properties on an exe file. I played with some of my Win .exe files just to see what kind of Info is in there...Mileage varies.
I investigated this further for my own edification. The most promising and direct way that I found was at stackoverflow version info for a dll.
The most relevant post says:
While it's not a batch process, Visual Studio can also add/edit file resources.
Just use File->Open->File on the .EXE or .DLL. This is handy for fixing version information post-build, or adding it to files that don't have these resources to begin with.
I do not have Visual Studio on the machine I'm using for this message. But that looks like a a hint to an extremely promising way to modify the .exe header so that Windows can read it. I don't know what went wrong with "Resource Hacker", but if MS Visual Studio can do this, that is the way to go. After all this is an MS format! Wish you well! Let us know if this idea works...
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.