From 7798a6ab61bf2cddc494c87b4c1d593ae0eed0a3 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 31 Mar 2005 20:13:47 +0000 Subject: [PATCH] reverted latest change as File already removes the read-only flag git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3943 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 1 - 1 file changed, 1 deletion(-) diff --git a/Include/Library.nsh b/Include/Library.nsh index b25bd3bd..938868f8 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -396,7 +396,6 @@ Example: GetTempFileName $R0 $R5 Call :installlib.file_${INSTALLLIB_UNIQUE} - SetFileAttributes $R4 FILE_ATTRIBUTE_NORMAL Rename /REBOOTOK $R0 $R4 ;------------------------