Application icon stuck DELPHI XE5

Viewed 4638

The first time i update the icon in "project > Options > Application > Load Icon..." the icon as changed as it should, now every time i change the application icon, my app keep compiling with The old icon even if i click in "project > Options > Application > Default" or try to load a new one

The icon get stuck somewhere, but where ?

There's a way to force icon with resource file or unstuck the old icon ?

I download a icon which is a multi size ico file ( one ico file, 8 sizes )

i already try :

Reboot my computer. Change the .exe name. Copy the .exe to another computer.

same error.

3 Answers

This was what helped me:

You can just run the following command to clear the icon cache:

ie4uinit.exe -ClearIconCache

For Windows 10, use:

ie4uinit.exe -show

Related