Archive: Icons


Icons
When I try to use icons, and compile the code, the program won't have that icon I assinged it to...

I try moving it around, but it won't come up as I wanted...

UninstallIcon "modern-uninstall-colorful.ico"
Icon "modern-install-colorful.ico"

How about:

!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"

:D