[wix-users] Is WixUIDialogBmp supported on Windows 7?
Matthew Pirocchi
Matthew.Pirocchi at microsoft.com
Mon Mar 21 16:33:52 PDT 2016
We define our dialog images within a <Product> element, as described here<http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html>:
<WixVariable Id="WixUIBannerBmp" Value="WixUI_Bmp_Banner.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="WixUI_Bmp_Dialog.bmp" />
This works as expected on Windows 8/8.1/10. But on Windows 7, the dialog bitmap is not displayed (instead, empty space is displayed where it should be). Does WiX support this feature for Windows 7?
More information about the wix-users
mailing list