rcedit icon indicating copy to clipboard operation
rcedit copied to clipboard

Command line tool to edit resources of exe

Results 41 rcedit issues
Sort by recently updated
recently updated
newest added

I am trying to change the resources of an sfx exe archive created with 7-Zip. When I do so however, the content of the archive is **_replaced_** with the files...

I use inno-setup to generate installation file and then modify some information by rcedit. The file size will be reduced to about 100~200KB and cannot work correctly.

:speech_balloon: question

Used windows build with `--set-icon` parameter. The resulting file was half the size and could not start.

``` test.exe ``` then it works good. Change the icon : ```cmd rcedit test.exe --set-icon icon.ico ``` then execute the program again it will result an error: ``` Pkg: Error...

This updates the correct field rather than assigning the new max icon ID to a local variable. Previously, if you had set an icon with ten images and then later...

i have tested with several files written in c# - this tool just removes all strings from such files, leaving only VersionInfo binary block.

:beetle: bug

By default, the language is set as English US. For those of us that are outside of the US, is there a way to set the language from the CLI,...

:sparkles: enhancement

# What did I do? I called ` --set-icon ` to add an icon to an exe file. Both icons had total of 6 sizes. Ranging from 16x16 to 256x256....

Fixes #50, #101 Yes, I was lazy and didn't bother to use GetLastError anywhere, because none of the other code does it...

One of the future in EurekaLog is to reduce file size by removing relocation table. When I set resources in such file RcEdit destroys application file. In attachment I prepared...