Archive: Well... moving out to the new NSIS MUIs syntax...


Well... moving out to the new NSIS MUIs syntax...


!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "header.bmp"
!define MUI_HEADERIMAGE_RIGHT
!define MUI_UI_HEADERIMAGE_RIGHT "${NSISDIR}\Contrib\UIs\modern-headerbmpr.exe"

Returns:
Error: Can't find "IDD_INST" in "C:\lobolunar\utilidades\dev\NSIS\Contrib\UIs\modern-headerbmpr.exe"!
:weird:
any ideas?

It looks like that file is missing on your hard drive. Reinstall NSIS.


No, I have that file and all the UIs....


Try using

"${NSISDIR}\Contrib\UIs\modern_headerbmpr.exe"

You don't have to define MUI_UI_HEADERIMAGE_RIGHT.


Yeah! It was the "_"
I feel such a n00b :igor: