Please add an option for showing a 48x48 icon
The default 32x32 icon looks too small in the installer UI header, which is 57 pixel high even at a standard 96 DPI resolution. So it would be nice to have an option to use a larger icon size (something like "IconSize 48" or "IconSize big"). As I understand, implementing this feature requires just removing the LR_DEFAULTSIZE and setting cxDesired and cyDesired to the requested value in the LoadImage call in exehead/ui.c?