Use WixUIBannerBmp in my custom dialog
- by leiflundgren
In my installer I have set WixUIBannerBmp to point to my own custom dialog-banner.bmp.
Now I have added a custom dialog I would like to have the same banner as on the other dialogs.
Is there a way to refer to the existing WixUIBannerBmp?
Workaround would be to create a Binary containing the image and refer to that. But it seems like it shouldn't…