user1956909
user1956909

Reputation:

How can i change welcome page image in my installer?

I want to change nsis welcome page default image in welcome screen so i am trying to use following code .But these are showing blank.

CODE:

!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\NXP.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\NXP.bmp"

Upvotes: 9

Views: 5300

Answers (1)

Francisco R
Francisco R

Reputation: 4048

How did you create NXP.bmp?

NSIS doesn't accept all BMP variants. I sometimes need to open and save bmp files with Paint in order to be sure it will be a valid BMP file.

Upvotes: 7

Related Questions