Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T15:37:26Z http://stackoverflow.com/feeds/question/200403 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d 0 Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls Rory Becker 2008-10-14T08:41:10Z 2009-10-06T00:00:01Z <p>I have been recommended <a href="http://www.heaventools.com/command-line_resource_editor.htm" rel="nofollow">"Resource Tuner console"</a> but it's a little out of my price range.</p> <p>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 <a href="http://stackoverflow.com/questions/191812/how-can-i-create-a-custom-property-for-my-assembly">previous question</a>.</p> http://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d/247286#247286 0 Answer by Archit for Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls Archit 2008-10-29T15:39:06Z 2008-10-29T15:39:06Z <p>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....</p> http://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d/311201#311201 0 Answer by no one for Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls no one 2008-11-22T10:49:15Z 2008-11-22T10:49:15Z <p>Resource hacker can be found here, btw: <a href="http://www.angusj.com/resourcehacker/" rel="nofollow">http://www.angusj.com/resourcehacker/</a></p> http://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d/1414185#1414185 1 Answer by dblock for Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls dblock 2009-09-12T03:34:28Z 2009-09-12T03:34:28Z <p>Build a NANT task or a small program using <a href="http://resourcelib.codeplex.com/" rel="nofollow">ResourceLib</a>.</p>