From f26ec83078c32844123631fe97666bea1da11109 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 5 Nov 2005 16:08:08 +0000 Subject: [PATCH] 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 --- Include/Library.nsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Include/Library.nsh b/Include/Library.nsh index 6d41e0f6..a745f085 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -344,6 +344,8 @@ Call ":installlib.file_${INSTALLLIB_UNIQUE}" IfErrors 0 "installlib.register_${INSTALLLIB_UNIQUE}" + + ClearErrors SetOverwrite lastused