Ayub
Ayub

Reputation: 599

change system tray icon (quicklaunchicon) Launch4j, Inno setup

I have created the exe file from jar and used this exe to create the installer using Inno setup. However when I install the system tray icon is not changing to custom icon I am proving in the .iss script. With Inno Setup the application icon which is displayed in Start > Program Files is picked up correctly but not the system tray icon.

I used the resource hacker to verify that the exe file has the image which needs to be displayed in the system tray. When Installing I do get prompted to select the desktop icon and quicklaunch icon. Desktop icon is picked correctly but not the quicklaunch icon.

Could some one suggest how to customize the system tray icon (quicklaunchicon).

Upvotes: 0

Views: 1519

Answers (1)

Ayub
Ayub

Reputation: 599

@JerryDodge Thank you for the clues. The jar itself had the icon file which needed to be replaced. After replacing it, everything worked.

Upvotes: 0

Related Questions