From 4267d4c87233bdeeada9858c89e901ab3fe45975 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 7 Feb 2003 19:27:52 +0000 Subject: [PATCH] MUI.nsh git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2118 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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