fixed typo in MULTIUSER_NOUNINSTALL setting

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5576 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2008-03-23 21:00:53 +00:00
parent 2b6e00ffd1
commit 0d820475ae

View file

@ -32,12 +32,12 @@ Var MultiUser.InstallMode
!ifdef MULTIUSER_INSTALLMODE_COMMANDLINE
!insertmacro GetParameters
!ifndef MULTIUSER_NOUNINSTALLER
!ifndef MULTIUSER_NOUNINSTALL
!insertmacro un.GetParameters
!endif
!include StrFunc.nsh
${StrStr}
!ifndef MULTIUSER_NOUNINSTALLER
!ifndef MULTIUSER_NOUNINSTALL
${UnStrStr}
!endif