moved installlib.end label after __InstallLib_Helper_AddRegToolEntry macro insertion
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4145 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cdfd6f320d
commit
74b39ca74d
1 changed files with 11 additions and 16 deletions
|
@ -438,28 +438,18 @@ Var __INSTALLLLIB_SESSIONGUID
|
|||
|
||||
SetOverwrite try
|
||||
|
||||
installlib.file_${INSTALLLIB_UNIQUE}:
|
||||
File /oname=$R0 "${LOCALFILE}"
|
||||
Return
|
||||
|
||||
installlib.end_${INSTALLLIB_UNIQUE}:
|
||||
|
||||
SetOverwrite lastused
|
||||
|
||||
!else
|
||||
|
||||
SetOverwrite on
|
||||
|
||||
installlib.file_${INSTALLLIB_UNIQUE}:
|
||||
File /oname=$R0 "${LOCALFILE}"
|
||||
Return
|
||||
|
||||
installlib.end_${INSTALLLIB_UNIQUE}:
|
||||
|
||||
SetOverwrite lastused
|
||||
|
||||
!endif
|
||||
|
||||
installlib.file_${INSTALLLIB_UNIQUE}:
|
||||
File /oname=$R0 "${LOCALFILE}"
|
||||
Return
|
||||
|
||||
SetOverwrite lastused
|
||||
|
||||
;------------------------
|
||||
;Register on reboot
|
||||
|
||||
|
@ -484,6 +474,11 @@ Var __INSTALLLLIB_SESSIONGUID
|
|||
|
||||
!endif
|
||||
|
||||
;------------------------
|
||||
;End label
|
||||
|
||||
installlib.end_${INSTALLLIB_UNIQUE}:
|
||||
|
||||
;------------------------
|
||||
;Undefine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue