![]() |
How to change the icon of unins000.exe?
I am trying to use resourcehacker (setup.e32) but it does not work. I can set a different icon to uninstaller shortcut but not for unins000.exe (has the same icon as the executable of my game).
|
Head to the setup section of your script and write this line
UninstallIconFile=C:\icon.ico(Change with your icon name/dir) |
Quote:
|
It works in the latest versions of inno setup
|
Quote:
http://www.jrsoftware.org/ishelp/ind...nstalliconfile [Setup]: UninstallIconFile Description: Obsolete in 5.0.0. As Setup and Uninstall have been merged into a single executable, setting a custom icon for Uninstall is no longer possible. |
NOt possible to change icon via code?
|
Quote:
|
Quote:
http://www.jrsoftware.org/ishelp/ind...alldisplayicon [Setup]: UninstallDisplayIcon Description: This lets you specify a particular icon file (either an executable or an .ico file) to display for the Uninstall entry in the Add/Remove Programs Control Panel applet. The filename will normally begin with a directory constant. If the file you specify contains multiple icons, you may append the suffix ",n" to specify an icon index, where n is the zero-based numeric index. If this directive is not specified or is blank, Windows will select an icon itself, which may not be the one you prefer. |
This should work
UninstallDisplayIcon={app}\UninstallIcon.ico edit: nvm haven't read carefully. Sorry ^^ |
| All times are GMT -7. The time now is 23:33. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com