Tagged Questions
4
votes
3answers
6k views
Add icon to existing EXE file from the command line
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 ...
1
vote
2answers
52 views
Replacing icon in Windows *.exe from open-source platform-independent Java code
First of all, this is not a duplicate of the very common question of making an EXE from Java classes. I do not need to do that.
To solve NetBeans RFE #64612 without manual steps I need a Java (6+) ...
-1
votes
2answers
261 views
How to set up icon for a program?
How can i set up icon for my existing program.exe and icon.ico ( in the same folder ) using some sort of hidden (settings) file ?
Edit: i am aware of py2exe CustomIcon option, also about WinRar Sfx ...