fixed error when a custom installation mode initialization function is used only for the installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5587 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
94ae8d4d68
commit
c41952ad3a
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ Install modes
|
|||
|
||||
!endif
|
||||
|
||||
!ifdef "${MULTIUSER_INSTALLMODE_${UNINSTALLER_PREFIX}FUNCTION}"
|
||||
!ifdef MULTIUSER_INSTALLMODE_${UNINSTALLER_PREFIX}FUNCTION
|
||||
Call "${MULTIUSER_INSTALLMODE_${UNINSTALLER_PREFIX}FUNCTION}"
|
||||
!endif
|
||||
|
||||
|
@ -138,7 +138,7 @@ Install modes
|
|||
|
||||
!endif
|
||||
|
||||
!ifdef "${MULTIUSER_INSTALLMODE_${UNINSTALLER_PREFIX}FUNCTION}"
|
||||
!ifdef MULTIUSER_INSTALLMODE_${UNINSTALLER_PREFIX}FUNCTION
|
||||
Call "${MULTIUSER_INSTALLMODE_${UNINSTALLER_PREFIX}FUNCTION}"
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue