define uninstalllib.done label only when really needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4199 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2d74eb3ab0
commit
4ce644648a
1 changed files with 5 additions and 1 deletions
|
@ -633,7 +633,11 @@ Var __INSTALLLLIB_SESSIONGUID
|
|||
;------------------------
|
||||
;Done
|
||||
|
||||
"uninstalllib.done_${UNINSTALLLIB_UNIQUE}:"
|
||||
!ifdef UNINSTALLLIB_SHARED_SHARED | !UNINSTALLLIB_UNINSTALL_NOREMOVE
|
||||
|
||||
"uninstalllib.done_${UNINSTALLLIB_UNIQUE}:"
|
||||
|
||||
!endif
|
||||
|
||||
Pop $R1
|
||||
Pop $R0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue