Skip to content
⌘ NSIS Forum Archive

Custom Graphics

4 posts

JimOfOakCreek#

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#
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"
Guest#
Solution:

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

Deepesh Agarwal,