up vote 1 down vote favorite
2
share [g+] share [fb]

I have been recommended "Resource Tuner console" but it's a little out of my price range.

I'm looking for something that could be launched from a nant build script and told to stamp an exe with an additional property as described in my previous question.

link|improve this question

77% accept rate
Programmer related != programming related try superuser.com – OscarRyz Oct 6 '09 at 0:01
feedback

4 Answers

Build a NANT task or a small program using ResourceLib.

link|improve this answer
feedback

Hi my name is Archit and few monts age i felt for same question... Now, There are many tools which will give you command line editing , Resource hacker : Free and good one, it provides scripting and saving resources go through help file where u get hell lot of examples about that , by the way u only asked for cheap OR free utilities , but there are several tolls which can perform efficiently (not free one) if u want some more util call me ... and yes most of the paying resource editor tools provide command line editing free.....means u can download trail and go for cmd line editor absolutely free....

link|improve this answer
feedback

Resource hacker can be found here, btw: http://www.angusj.com/resourcehacker/

link|improve this answer
feedback

I think I just found my (and possibly your) ultimate solution for this one:

verpatch /va foodll.dll %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% %BUILDINFO%

Available at http://www.codeproject.com/KB/install/VerPatch.aspx?msg=3207401

Free with full sources (Code Project Open License (CPOL) license)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.