Is there a command line utility to change the embedded Icon of a win32 exe?

icons, windows

Solution

Have you seen Resource Hacker? You can also drive it via the command line (script) so I'm sure it could be incorporated into your build.

Problem

...id like something I could integrate into my build process: is there anything "standard" tool that does this?

Original source

Related problems