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:
parent
2b6e00ffd1
commit
0d820475ae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue