I am trying to customise the icons on my installer and uninstaller.
I've tried:
andIcon "setup.ico"
UninstallIcon "uninstall.ico"
In the first case, non of the icons get set at all (??) and I have no idea why. The icons exist, I tried moving them to check and then the compiler complained it couldn't find them so it's definately getting them.!define MUI_ICON "setup.ico"
!define MUI_UNICON "uninstall.ico"
In the second case, the setup icon is set ok as is the uninstaller icon.
BUT:
The icon for the uninstaller LINK in the start menu is not set, and is left as the default NSIS one.
So two questions really:
1) How do I set the uninstall link icon?
2) Why doesn't the Icon/UninstallIcon method work at all for me?
Thanks.