8000 GitHub - staring/rcedit: Command line tool to edit resources of exe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

staring/rcedit

 
 

Repository files navigation

rcedit Build status

Command line tool to edit resources of exe file on Windows

Building

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"

About

Command line tool to edit resources of exe

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.2%
  • Python 5.8%
0