NSIS automaticaly resizes the image to 150x57 I think. But my image is 175x100 how I can prevent NSIS from deforming it ? I'm using this define :
!define MUI_HEADERIMAGE_BITMAP "myImage"
I found AddBrandingImage but i don't think it il what I'm looking for. I will test anyway.