From bce63d6a987d067c9081bb4dbd85004f29b23cf7 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 28 Jan 2008 20:10:15 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5497 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/MultiUser/Readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/MultiUser/Readme.html b/Contrib/MultiUser/Readme.html index 3f65a78e..ba439066 100644 --- a/Contrib/MultiUser/Readme.html +++ b/Contrib/MultiUser/Readme.html @@ -222,7 +222,7 @@ FunctionEnd installation mode. To use this page, define MULTIUSER_MUI before including User.nsh. Then, the MULTIUSER_PAGE_INSTALLMODE macro can be used just like a normal Modern UI page (this page will automatically be skipped when running Windows 95/98/Me):

-
!define MULTIUSER_EXECUTIONLEVEL Highes
+    
!define MULTIUSER_EXECUTIONLEVEL Highest
 !define MULTIUSER_MUI
 !define MULTIUSER_INSTALLMODE_COMMANDLINE
 !include MultiUser.nsh