Skip to content

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.

Details

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

Usage

Include ModernXL.nsh or ModernXXL.nsh in your script before MUI2.nsh

...
!include "ModernXL.nsh"
...
!include "MUI2.nsh"

Example

A fully functional example is included in ${NSISDIR}\Examples\ModernXL.nsi

Preview

Clone this wiki locally