Old 2nd June 2010, 20:26   #1
tumtum
Junior Member
 
Join Date: Jun 2010
Posts: 1
Background Image problems

I am new to the powerful NSIS installer program and am having a few problems creating an installer for a product. I would like to add a background picture to replace the standard blue computer with an arrow pointing at it. I am also trying to replace the icon in the top left corner of the installer with my company logo. I have looked for hours on the NSIS wiki page and have fiddled with the script according to the tutorials that I have found, but none of them seem to work to the desired effect or at all. If someone could take the time to write a step-by-step walkthrough of the process, then I would be tremendously thankful, but I realize you are all busy people with lives, so any help I could get would be much appreciated.
tumtum is offline   Reply With Quote
Old 2nd June 2010, 21:54   #2
Animaether
Major Dude
 
Join Date: Jun 2001
Posts: 1,173
sounds like you're referring to the Modern UI - so see the Modern UI help section included with NSIS.

Specifically..
for the image top-left, that's called the header, see:
!define MUI_HEADERIMAGE_BITMAP bmp_file

The bigger image on the left is the WELCOME/FINISH page bitmap, see:
!define MUI_WELCOMEFINISHPAGE_BITMAP bmp_file
Animaether is offline   Reply With Quote
Old 3rd June 2010, 04:56   #3
MSG
Major Dude
 
Join Date: Oct 2006
Posts: 1,892
For other MUI-specific commands, refer to the MUI readme:
http://nsis.sourceforge.net/Docs/Mod...UI/Readme.html
MSG is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump