Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

I don't have Visual Studio and cannot recompile the exe with custom resources containing the icon.

UPDATE: The best tool I have found since posting this question is by far the RCEDIT.exe utility that is included with WinRun4J.

share|improve this question
+1 for RCEDIT.exe. Nothing to install and drop-dead simple. – Kevin Condon Mar 28 at 19:04

3 Answers

up vote 4 down vote accepted

Resource Hacker is a free tool that allows you to modify resources in executables, and it can be scripted from the command line.

share|improve this answer

Have you tried ResourceTuner Console?

share|improve this answer
Also googled this software. :) – Alexander Prokofyev Mar 23 '09 at 12:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.