Archive: MUI 1.4 and MUI_INTERFACE


MUI 1.4 and MUI_INTERFACE
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


Have a look at the readme!

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


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"