Steve McLeod
Steve McLeod

Reputation: 52448

In install4j, how do I set the icon for the uninstaller?

I've used install4j's GUI to set Installer -> Uninstaller -> Executable icon to a custom icon, but that icon is not used in Windows 8.1's "Programs & Features" screen. How can I make a custom icon appear here?

enter image description here

Upvotes: 2

Views: 149

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 47995

The "Register Add/Remove item" action has an "Icon" property for that purpose. That action is added by default on the "Installer->Screens & Actions" step, to the "Installation" screen of the installer.

Upvotes: 2

Related Questions