Archive: Help: Why doesn't MUI_UI_HEADERIMAGE_RIGHT work?


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

Maybe you can use !define MUI_HEADERIMAGE_RIGHT.


Thanks a lot for your help. Now it works. I made a careless mistake :)