
Yet, when the installer runs, the image is resized, and appears like:

How can I fix the blurry distorted look? I used
!define MUI_WELCOMEFINISHPAGE_BITMAP (path to my bmp file)
10 posts


the size of the field will be different if the user has a custom DPI setting.My display is set to "Normal size (96 dpi)" and when I build a MUI installer using the default UI the installer window is 503 x 386 pixels and the Welcome page image space is 164 x 314 pixels.
Again, I am not using the NOSTRETCH option (which is what that Readme is for).Perhaps I should have quoted the entire sentence?
If you have a full size bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.This sentence explains that the 164 x 314 pixel size only applies when the normal DPI setting is used - this happens even if you do not use the option.
the size of the field will be different if the user has a custom DPI settingThe screenshot shows that your installer window is larger than normal, therefore the space for the image is larger than normal so the 164 x 314 image gets stretched to fill the space.
Originally posted by pengyouThis may be out of the realm of NSIS, but I'm not sure... why is my installer showing the wrong size then?
Perhaps I should have quoted the entire sentence?This sentence explains that the 164 x 314 pixel size only applies when the normal DPI setting is used - this happens even if you do not use the option.
If you change the DPI setting the image field size changes.The screenshot shows that your installer window is larger than normal, therefore the space for the image is larger than normal so the 164 x 314 image gets stretched to fill the space.