From 80f77c2f891f7ec0bb624833a96c18deac16bc81 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 6 Feb 2003 17:59:48 +0000 Subject: [PATCH] A little typo with CallInstDLL git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2109 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/generalpurpose.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/generalpurpose.but b/Docs/src/generalpurpose.but index e899a534..a6f7dd51 100644 --- a/Docs/src/generalpurpose.but +++ b/Docs/src/generalpurpose.but @@ -2,9 +2,9 @@ \S2{callinstdll} CallInstDLL -\c dllfile [/NOUNLOAD] +\c dllfile [/NOUNLOAD] function_name -Function Calls a NSIS extension DLL. See Contrib\\ExDLL for an example of how to make one. Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded. +Calls a function_name inside a NSIS extension DLL. See Contrib\\ExDLL for an example of how to make one. Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded. \S2{copyfiles} CopyFiles