From dbb2204c73efc57bd26d3ed0c7c91fe313948b65 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 21 Jun 2005 21:46:09 +0000 Subject: [PATCH] fixed bug #1202495 - Incorrect DLL name in appendix B.4 Visual Basic Runtimes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4120 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/library.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/library.but b/Docs/src/library.but index e0157587..9400e757 100644 --- a/Docs/src/library.but +++ b/Docs/src/library.but @@ -260,7 +260,7 @@ To ask the user for a reboot if required, use the Modern UI with a Finish page o \c !insertmacro UnInstallLib REGDLL SHARED NOREMOVE "$SYSDIR\msvbvm60.dll" \c !insertmacro UnInstallLib REGDLL SHARED NOREMOVE "$SYSDIR\oleaut32.dll" \c !insertmacro UnInstallLib REGDLL SHARED NOREMOVE "$SYSDIR\olepro32.dll" -\c !insertmacro UnInstallLib REGDLL SHARED NOREMOVE "$SYSDIR\comcat32.dll" +\c !insertmacro UnInstallLib REGDLL SHARED NOREMOVE "$SYSDIR\comcat.dll" \c !insertmacro UnInstallLib DLL SHARED NOREMOVE "$SYSDIR\asycfilt.dll" \c !insertmacro UnInstallLib TLB SHARED NOREMOVE "$SYSDIR\stdole2.tlb" \c