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:
joostverburg 2005-11-05 16:08:08 +00:00
parent 96d7f01ae1
commit f26ec83078

View file

@ -345,6 +345,8 @@
IfErrors 0 "installlib.register_${INSTALLLIB_UNIQUE}"
ClearErrors
SetOverwrite lastused
;------------------------