From 88b5eb588cc3520789f7be3287c49990f1f5fe92 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 27 Nov 2006 16:27:16 +0000 Subject: [PATCH] $__INSTALLLLIB_SESSIONGUID might as well be {000...}, it's no different than 'session' in functionality git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4829 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Include/Library.nsh b/Include/Library.nsh index f1b5065a..15d9f207 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -46,9 +46,6 @@ System::Call 'ole32::CoCreateGuid(g .s)' Pop $__INSTALLLLIB_SESSIONGUID - StrCmp $__INSTALLLLIB_SESSIONGUID '{00000000-0000-0000-0000-000000000000}' 0 +2 - StrCpy $__INSTALLLLIB_SESSIONGUID 'session' - "${__InstallLib_Helper_InitSession_Label}:" !undef __InstallLib_Helper_InitSession_Label