Add icon to existing EXE file from the command line - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T10:02:15Z http://stackoverflow.com/feeds/question/673203 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/673203/add-icon-to-existing-exe-file-from-the-command-line 1 Add icon to existing EXE file from the command line TomA 2009-03-23T12:31:07Z 2009-07-20T18:24:25Z <p>Is there a command line tool that can add an icon to an existing executable file? It should be able to set the icon as the file's "main" icon that is shown in Explorer.</p> <p>I don't have Visual Studio and cannot recompile the exe with custom resources containing the icon.</p> <p><strong>UPDATE</strong>: The best tool I have found since posting this question is by far the RCEDIT.exe utility that is included with <a href="http://winrun4j.sourceforge.net/" rel="nofollow">WinRun4J</a>.</p> http://stackoverflow.com/questions/673203/add-icon-to-existing-exe-file-from-the-command-line/673225#673225 1 Answer by BobbyShaftoe for Add icon to existing EXE file from the command line BobbyShaftoe 2009-03-23T12:37:45Z 2009-03-23T12:37:45Z <p>Have you tried <a href="http://www.heaventools.com/rtconsole-features.htm" rel="nofollow">ResourceTuner Console</a>?</p> http://stackoverflow.com/questions/673203/add-icon-to-existing-exe-file-from-the-command-line/673231#673231 1 Answer by Alexander Prokofyev for Add icon to existing EXE file from the command line Alexander Prokofyev 2009-03-23T12:39:23Z 2009-03-23T12:39:23Z <p>Try this <a href="http://www.reseditor.com/rtc-solution-replace-icons.htm" rel="nofollow">http://www.reseditor.com/rtc-solution-replace-icons.htm</a></p> http://stackoverflow.com/questions/673203/add-icon-to-existing-exe-file-from-the-command-line/673247#673247 2 Answer by Simon Lieschke for Add icon to existing EXE file from the command line Simon Lieschke 2009-03-23T12:45:29Z 2009-03-23T12:45:29Z <p><strong><a href="http://angusj.com/resourcehacker/" rel="nofollow">Resource Hacker</a></strong> is a free tool that allows you to modify resources in executables, and it can be scripted from the command line.</p>