clear errors after checking whether file is in use
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4374 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
96d7f01ae1
commit
f26ec83078
1 changed files with 2 additions and 0 deletions
|
@ -344,6 +344,8 @@
|
|||
Call ":installlib.file_${INSTALLLIB_UNIQUE}"
|
||||
|
||||
IfErrors 0 "installlib.register_${INSTALLLIB_UNIQUE}"
|
||||
|
||||
ClearErrors
|
||||
|
||||
SetOverwrite lastused
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue