JimOfOakCreek
30th January 2005 02:25 UTC
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 23:50 UTC
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 09:15 UTC
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 10:09 UTC
Why?
Just put them in your nsi script.
-Stu