Add icon to existing EXE file from the command line - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T10:02:15Zhttp://stackoverflow.com/feeds/question/673203http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/673203/add-icon-to-existing-exe-file-from-the-command-line1Add icon to existing EXE file from the command lineTomA2009-03-23T12:31:07Z2009-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#6732251Answer by BobbyShaftoe for Add icon to existing EXE file from the command lineBobbyShaftoe2009-03-23T12:37:45Z2009-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#6732311Answer by Alexander Prokofyev for Add icon to existing EXE file from the command lineAlexander Prokofyev2009-03-23T12:39:23Z2009-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#6732472Answer by Simon Lieschke for Add icon to existing EXE file from the command lineSimon Lieschke2009-03-23T12:45:29Z2009-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>