From c630474864f13b16df13a3ea02dbb84b3593c1cf Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 12 Nov 2003 18:45:35 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3132 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/usefulinfos.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/usefulinfos.but b/Docs/src/usefulinfos.but index 3a22593a..32405c95 100644 --- a/Docs/src/usefulinfos.but +++ b/Docs/src/usefulinfos.but @@ -115,7 +115,7 @@ During the uninstallation, use the un.DecrementSharedDLL function below to decre \c ;Replace myprog.exe or use another detection method \c IfFileExists $INSTDIR\myprog.exe skipAddSharedDLL \c Push $SYSDIR\Asycfilt.dll -\c Call AncrddSharedDLL +\c Call AddSharedDLL \c Push $SYSDIR\Comcat.dll \c Call AddSharedDLL \c Push $SYSDIR\Msvbvm60.dll