ModernXL - negrutiu/nsis GitHub Wiki

Two new extra-large UI themes were added to this NSIS fork starting in build 3.7.7223 They are larger variants of the built-in Modern theme. They can be easily integrated into any existing NSIS installers.

Details

Theme Availability Minimum screen resolution Welcome/Finish BMP size
Modern NSIS built-in 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

ModernXL.nsh or ModernXXL.nsh needs to be included in your .nsi script before MUI2.nsh ... and that's it!

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

Example

Check out ${NSISDIR}\Examples\ModernXL.nsi for a fully functional example.

Preview

res/modernxl.png