Archive: MUI_ICON: bug?


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


You have to define it before you insert the MUI_SYSTEM macro. If you have, attach the script so I can test this.


In attach


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.


Thanks :)

Fabrizio