Skip to content
⌘ NSIS Forum Archive

MUI_ICON: bug?

5 posts

sanface#

MUI_ICON: bug?

I'm using one of the last Development Snapshot.
I've alway used
!define MUI_ICON ${NSISDIR}\Contrib\Icons\logo.ico
without problems.
Now I've this error:
!define: "MUI_ICON" already defined!

What's the problem?

Fabrizio
kichik#
You have to define it before you insert the MUI_SYSTEM macro. If you have, attach the script so I can test this.
kichik#
According to the latest MUI readme you need to define everything before you insert the language file (MUI_LANGUAGE) and MUI_SYSTEM is no longer required.