Archive: installOption problem


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!!!


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 :p
It will stay this way so you'll need to adjust your numbers in the INI sooner or later.


You can also design your dialog using a resource editor and copy the values to the INI file.


ok Thank you for the information!