Skip to content
⌘ NSIS Forum Archive

installOption problem

4 posts

david33470#

installOption problem

Hello I have another problem now!
I have done an ini file to display a new windows with installOption. The window appear correctly when I compile with NSIS V 2.B0 but doesn't appear correctly when I compile with the CVS Version (Updated this day) (The control are very big???)
I hope for your help thank you in advance!!!
kichik#
In the latest CVS version InstallOptions uses dialog units instead of pixels. This assures the dialog will look good on every possible DPI setting and with every font. It's not a bug, it's a feature 😛
It will stay this way so you'll need to adjust your numbers in the INI sooner or later.
Joost Verburg#
You can also design your dialog using a resource editor and copy the values to the INI file.