[CMD] rcedit - Command line tool to edit resources of exe

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

[CMD] rcedit - Command line tool to edit resources of exe

18 Jan 2017, 13:57

https://github.com/electron/rcedit
Docs

Set version string:

$ rcedit "path-to-exe-or-dll" --set-version-string "Comments" "This is an exe"

Set file version:

$ rcedit "path-to-exe-or-dll" --set-file-version "10.7"

Set product version:

$ rcedit "path-to-exe-or-dll" --set-product-version "10.7"

Set icon:

$ rcedit "path-to-exe-or-dll" --set-icon "path-to-ico"

Set resource string:

$ rcedit "path-to-exe-or-dll" --set-resource-string id_number "new string value"

And you can change multiple things in one command:

$ rcedit "path-to-exe-or-dll" --set-icon "path-to-ico" --set-file-version "10.7"
The executable can be downloaded from the releases page: https://github.com/electron/rcedit/releases

Return to “Other Utilities & Resources”

Who is online

Users browsing this forum: No registered users and 40 guests