Archive: Help with Header Image


Help with Header Image
Hello all. I'm using the below 2 lines of code, within the ;MUI Settings area to set my own custom header for the License, Components, Directory, and Instfiles pages. My BMP is showing up, but on the left side, and a bit distorted.

I would like my BMP to appear on the right side of the header, and for it to hold its dimensions and not to be stretched to fit that area. Any ideas would be greatly appreciated. Thanks!

!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "bla.bmp"


Please check the Modern UI Readme for details about the options MUI_HEADERIMAGE_BITMAP_NOSTRETCH
and MUI_HEADERIMAGE_RIGHT.


Joost Verburg,

Thanks so much. I was not aware of the Modern UI Readme, thats a very helpful doc. Thanks again.