Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Custom Graphics (http://forums.winamp.com/showthread.php?t=206328)

JimOfOakCreek 30th January 2005 01:25

Custom Graphics
 
I have successfully developed an installation for my application. I would like to substitute some custom graphic I downloaded called "Orange-full-monki". I am using the Modern User Interface now. I want to keep the entire interface except the "look" (graphics). I've read the manual but am not understanding how I can substitute the "Orange" graphics.

Just a few words to get me started would be most appreciated....Thanks...jim

ZmAn3 30th January 2005 22:50

do a search in the forum for custom header custom icon ect..
heres example code for icons
!define MUI_ICON "C:\AdminZman\Desktop\\icon.ico"
!define MUI_UNICON "C:\AdminZman\Desktop\\icon.ico"
and a custom header image
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "E:\SYS_SHIT\my graphics\new header bmps\3.bmp"

Deepesh 31st January 2005 08:15

Solution:
 
But in the latest Modern UI , you have to put these lines into
nsisconf.nsh found in NSIS.exe's directory.

Deepesh Agarwal,
http://www.freeware-alternative.uni.cc

Afrow UK 31st January 2005 09:09

Why?
Just put them in your nsi script.

-Stu


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

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.