Skip to content
⌘ NSIS Forum Archive

Cant use different Icons

4 posts

aemik#

Cant use different Icons

hello,

i have a bad problem:


when I use different Icons like this:
!define MUI_ICON "installer.ico"
!define MUI_UNICON "uninstaller.ico"

I cant compile because following warning appears:
"Error finding icon resourced: installer, uninstaller number of icons doesnt match - see the Icon instructions documentation for more informations --- failing!
Error - aborting creation process"


When I use the same Icon like this:
!define MUI_ICON "installer.ico"
!define MUI_UNICON "installer.ico"

no error message appears


thanks for help
aemik
kichik#
As the error says, the two icons must match in number of icons, size of icons, color depth of icons and their order.