Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Well... moving out to the new NSIS MUIs syntax... (http://forums.winamp.com/showthread.php?t=179566)

Joel 10th May 2004 21:53

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

!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 22:02

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

Joel 10th May 2004 22:09

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

pengyou 10th May 2004 23:22

Try using
Quote:

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

Joost Verburg 11th May 2004 09:49

You don't have to define MUI_UI_HEADERIMAGE_RIGHT.

Joel 11th May 2004 13:53

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


All times are GMT. The time now is 05:02.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.