Archive: Custom Graphics


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


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"


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


Why?
Just put them in your nsi script.

-Stu