PDA

View Full Version : MUI 1.4 and MUI_INTERFACE


sanface
4th November 2002, 07:31
With MUI 1.3 I used MUI_INTERFACE to change default icons.
e.g.
!insertmacro MUI_INTERFACE "modern.exe" "logo.ico" "logo.ico" "modern.bmp" "smooth" "Tahoma" "$9"

How can I change default icons with MUI 1.4?

Thanks

Joost Verburg
4th November 2002, 08:43
Have a look at the readme!

Example: !define MUI_UI "${NSISDIR}\Contrib\UIs\modern2.exe"

matini
4th November 2002, 10:02
Kichik had added another macro MUI_INTERFACE_ALLRES. So you can use
it as the old one.
ex:
!insertmacro MUI_INTERFACE_ALLRES "modern.exe" "logo.ico" "logo.ico"
"modern.bmp" "smooth" "Tahoma"