forked from kichik/nsis
-
Notifications
You must be signed in to change notification settings - Fork 6
ModernXL
Marius Negruțiu edited this page Oct 14, 2020
·
6 revisions
Two extra-large UI themes are available in my NSIS fork, in addition to the builtin Modern
theme.
They can be easily integrated in any existing script.
Theme | Availability | Minimum screen resolution | Welcome/Finish BMP size |
---|---|---|---|
Modern | NSIS builtin theme. Available in all builds. |
640 x 480 | 164 x 314 |
ModernXL | NSIS 3.7.7223 (negruțiu's fork) |
800 x 600 | 164 x 483 |
ModernXXL | NSIS 3.7.7223 (negruțiu's fork) |
1024 x 768 | 164 x 645 |
Include ModernXL.nsh
or ModernXXL.nsh
in your script before MUI2.nsh
...
!include "ModernXL.nsh"
...
!include "MUI2.nsh"
A fully functional example is included in ${NSISDIR}\Examples\ModernXL.nsi