diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index aa10b281..591b45d8 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -125,7 +125,9 @@ parameters.
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