Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls

前端 未结 4 1786
夕颜
夕颜 2021-02-10 15:22

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 a

相关标签:
4条回答
  • 2021-02-10 16:00

    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....

    0 讨论(0)
  • 2021-02-10 16:03

    Build a NANT task or a small program using ResourceLib.

    0 讨论(0)
  • 2021-02-10 16:11

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

    0 讨论(0)
  • 2021-02-10 16:22

    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)

    0 讨论(0)
提交回复
热议问题