From 8739a4e26dae5f5db513bef8a4c227afeec90504 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 5 Apr 2006 18:51:54 +0000 Subject: [PATCH] typelibs are supported git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4640 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Include/Library.nsh b/Include/Library.nsh index dbf4dfb3..544c4a9e 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -119,12 +119,6 @@ !else - !if ${TYPE} == 'T' - - !error "__InstallLib_Helper_GetVersion can only handle type libraries on Windows" - - !endif - !ifndef INSTALLLIB_GETVERSION_VARS_DEFINED !define INSTALLLIB_GETVERSION_VARS_DEFINED @@ -488,7 +482,7 @@ "installlib.file_${INSTALLLIB_UNIQUE}:" SetFileAttributes $R0 FILE_ATTRIBUTE_NORMAL - ClearErrors + ClearErrors File /oname=$R0 "${LOCALFILE}" Return