In my WIX
installer I'm using a custom WixUIDialogBmp
image for installer's Welcome and Completion
pages. But as shown below, the image is not displaying correctly. I'm trying to follows this official documentation from `WIX. Question: What I may be missing and how can it be corrected. Note: The issue seems to be that the dialog is showing too much margin on the left despite the fact that the text in the image itself is aligned to the extreme left. But this is just a guess on my part.
Installer's Welcome Dialog:
Installer's Completion Dialog:
Following is the actual image that I am using for <WixVariable Id="WixUIDialogBmp" Value="My_product_WelcomCompletion.bmp"/>
. The image My_product_WelcomCompletion.bmp
is of size 420 x 312 and the text of the image is left aligned. Note: Clicking on the image below will give you a better idea of the image: