From 4267d4c87233bdeeada9858c89e901ab3fe45975 Mon Sep 17 00:00:00 2001
From: joostverburg
To use the Modern UI in an existing script, you should follow these steps:
1. Include the header file
-!include "${NSISDIR}\Contrib\Modern UI\System.nsh"+
!include "MUI.nsh"+
MUI.nsh is in the Include directory, so you don't have + to specify a path.
2. Define the name and version of your software
!define MUI_PRODUCT "Test Software" ;Define your own software name here