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_HEADERIMAGEI have tried to change the position of "!define MUI_UI_HEADERIMAGE_RIGHT", but the problem remains.
!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"
Thanks in advance for any help from you.
Shujun