From 7cdc656628131d19fbb51fd3d48f11bd1f16a472 Mon Sep 17 00:00:00 2001 From: anders_k Date: Sun, 3 Dec 2017 18:06:31 +0000 Subject: [PATCH] Don't lock $PluginsDir with SetOutPath even if it is just an example git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6956 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/System.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Contrib/System/System.html b/Contrib/System/System.html index 04629689..74a49292 100644 --- a/Contrib/System/System.html +++ b/Contrib/System/System.html @@ -566,8 +566,7 @@ end:
 InitPluginsDir
-SetOutPath $PLUGINSDIR
-File MyDLL.dll
+File "/oname=$PLUGINSDIR\MyDLL.dll" MyDLL.dll
 System::Call "MyDLL::MyFunc(i 5) ? u"
 Delete $PLUGINSDIR\MyDLL.dll