diff --git a/Contrib/Modern UI/Changelog.txt b/Contrib/Modern UI/Changelog.txt index ce2fce8c..edd4d53a 100644 --- a/Contrib/Modern UI/Changelog.txt +++ b/Contrib/Modern UI/Changelog.txt @@ -1,15 +1,17 @@ NSIS Modern User Interface - VERSION HISTORY -1.65 - June 17, 2003 +1.65 - June 16, 2003 * New page configuration system, no different system for installers with custom pages * Default windows color for the license text background * New format for example scripts * Improved registry storage for Start Menu folder * ReserveFile macro for StartMenu plug-in -* Added MUI_LANGDLL_ALWAYSSHOW option +* Option to always show the language selection dialog + (even if a language has been stored in the registry) * Checkboxes on Finish page can be used to call a function * Support for a link on the Finish page +* Options to disable bitmap stretching 1.64 - April 27, 2003 * Support for license page with checkbox or radiobuttons to let the diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index e362285f..a1976535 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -330,6 +330,10 @@ follow these steps:
MUI_HEADERBITMAP_RIGHT
Display the header image on the right side instead of the left side.
MUI_HEADERBITMAP_NOSTRETCH
+ Do not stretch the header bitmap to fit the size of the field. Use this option only if you have an
+ image that does not use the whole space. 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.
MUI_SPECIALINI ini_file
InstallOptions INI file for the Welcome and Finish page.
@@ -337,6 +341,13 @@ follow these steps:
MUI_SPECIALBITMAP bmp_file
Bitmap for the Welcome and Finish page (recommended size: 164x314 pixels).
Default: ${NSISDIR}\Contrib\Icons\modern-wizard.bmp
MUI_SPECIALBITMAP_NOSTRETCH
+ Do not stretch the bitmap for the Welcome and Finish page to fit the size of the field.
+ Use this option only if you have an image that does not use the whole space. 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.
MUI_BGCOLOR (color: 0xBBGGRR)
Background color for the header, Welcome page and Finish page.
Default: 0xFFFFFF
MUI_RTL_UI
@@ -651,7 +662,7 @@ MUI_UNCUSTOMFUNCTION_INSTFILES_LEAVE
Version history