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