header image for single page
Hi,
I would like to have a banner image for all dialogs in my installer except for one. For this dialog I'd like to use a different bmp. Is this possible using MUI and if so how?
I am using the MUI_HEADERIMAGE for the default / constant banner and that works. I have tried to use several other options like:
GetDlgItem $0 $hwndparent 0x414
SetBrandingImage /IMGID=$0 /RESIZETOFIT "other.bmp"
and this works, but the image is layered behind the default image (z order is off).
I've also tried: !define ${MUI_HEADERIMAGE_BITMAP} "other.bmp" and this too fails.
What is the best way to accomplish this?
Thanks so much for the help,
mike