Use WixUIBannerBmp in my custom dialog
Posted
by leiflundgren
on Stack Overflow
See other posts from Stack Overflow
or by leiflundgren
Published on 2010-04-03T10:37:40Z
Indexed on
2010/04/03
10:43 UTC
Read the original article
Hit count: 518
wix
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 be needed.
/L
© Stack Overflow or respective owner