Skip to content
⌘ NSIS Forum Archive

Help: Why doesn't MUI_UI_HEADERIMAGE_RIGHT work?

3 posts

hooklee#edited

Help: Why doesn't MUI_UI_HEADERIMAGE_RIGHT work?

I used the following scripts, but the header image appears on the left side, not on the right side.

!define MUI_HEADERIMAGE
!define MUI_UI_HEADERIMAGE_RIGHT
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\orange-nsis.bmp"
!define MUI_HEADERIMAGE_UNBITMAP "${NSISDIR}\Contrib\Graphics\Header\orange-uninstall-nsis.bmp"
I have tried to change the position of "!define MUI_UI_HEADERIMAGE_RIGHT", but the problem remains.

Thanks in advance for any help from you.

Shujun