View Full Version : 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)
Head to the setup section of your script and write this line
UninstallIconFile=C:\icon.ico(Change with your icon name/dir)
I am trying to change the icon at the last version of Inno Setup.
It works in the latest versions of inno setup
It works in the latest versions of inno setup
No.
http://www.jrsoftware.org/ishelp/index.php?topic=setup_uninstalliconfile
[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?
No.
http://www.jrsoftware.org/ishelp/index.php?topic=setup_uninstalliconfile
[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.
Then try to use UninstallDisplayIcon
Then try to use UninstallDisplayIcon
Not work to this.
http://www.jrsoftware.org/ishelp/index.php?topic=setup_uninstalldisplayicon
[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 ^^
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.