Joel
10th May 2004 22:53 UTC
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?
Joost Verburg
10th May 2004 23:02 UTC
It looks like that file is missing on your hard drive. Reinstall NSIS.
Joel
10th May 2004 23:09 UTC
No, I have that file and all the UIs....
pengyou
11th May 2004 00:22 UTC
Try using
"${NSISDIR}\Contrib\UIs\modern_headerbmpr.exe"
Joost Verburg
11th May 2004 10:49 UTC
You don't have to define MUI_UI_HEADERIMAGE_RIGHT.
Joel
11th May 2004 14:53 UTC
Yeah! It was the "_"
I feel such a n00b :igor: