Alfaromeo
17th March 2008 12:32 UTC
How to display a banner image on all dialogs ?I'm using MUI2
I would like to display a banner image on my installer dialogs . When the image is displayed it should not hide the text already there in the dialogs. For example the destination dialog has "Choose the destination dialog location" text. So this image should appear as a background under this text
Alfaromeo
18th March 2008 06:50 UTC
Please find the attached image. If you look at it on the right hand side on the top of the dialog, you can see an image .
I have used the following to have it done
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_RIGHT
!define MUI_HEADERIMAGE_BITMAP "Banner.bmp"
!define MUI_HEADERIMAGE_UNBITMAP "Banner.bmp"
But, I'm not able to stretch that image across the text area. It wither appears on the left or on the right. I want to strecth completely on the top of the dialog as shown byt the red line
I have the Ebanner plugin. But not able to do it using the same .
Please advice
Afrow UK
18th March 2008 14:49 UTC
Code on this page will help:
http://nsis.sourceforge.net/Image_in...dow_background
Stu
Alfaromeo
18th March 2008 16:23 UTC
Hi,
I would like to know whether we need to put up so much lines of code to just display a banner !!
Is that the only way ? In InstallShield , it's just drag and drop the BMP and stretch the image to have it done .
Alfaromeo
20th March 2008 04:04 UTC
Seems this is the end .Guys no answer ?
kichik
20th March 2008 19:09 UTC
What kind of answer are you looking for?