From 709ed79b5b35fc3c92d7725f18c289e0182448d9 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 4 May 2008 12:55:12 +0000 Subject: [PATCH] msvbvm60.dll is protected by Windows Vista git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5635 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/VB6RunTime.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/VB6RunTime.nsh b/Include/VB6RunTime.nsh index f2380600..4505f08b 100644 --- a/Include/VB6RunTime.nsh +++ b/Include/VB6RunTime.nsh @@ -44,7 +44,7 @@ Remarks: !macro VB6RunTimeInstall FOLDER ALREADY_INSTALLED - !insertmacro InstallLib REGDLL "${ALREADY_INSTALLED}" REBOOT_NOTPROTECTED "${FOLDER}\msvbvm60.dll" "$SYSDIR\msvbvm60.dll" "$SYSDIR" + !insertmacro InstallLib REGDLL "${ALREADY_INSTALLED}" REBOOT_PROTECTED "${FOLDER}\msvbvm60.dll" "$SYSDIR\msvbvm60.dll" "$SYSDIR" ;The files below will only be installed on Win9x/NT4