From d639f5509bd83fbff609765b4709d68ad615bcaa Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 8 Nov 2002 18:05:15 +0000 Subject: [PATCH] dl not dll git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1622 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/NSISdl/ReadMe.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/NSISdl/ReadMe.txt b/Contrib/NSISdl/ReadMe.txt index 09f5c7fd..e72225a7 100644 --- a/Contrib/NSISdl/ReadMe.txt +++ b/Contrib/NSISdl/ReadMe.txt @@ -30,9 +30,9 @@ How to use (for another example, see waplugin.nsi in the nsis directory): "success" if success otherwise, an error string describing the error - NSISDLL::download http://www.nullsoft.com/free/nsis/nsis198.exe poo.exe + NSISdl::download http://www.nullsoft.com/free/nsis/nsis198.exe poo.exe or - NSISDLL::download /TIMEOUT=30000 http://www.nullsoft.com/free/nsis/nsis198.exe poo.exe + NSISdl::download /TIMEOUT=30000 http://www.nullsoft.com/free/nsis/nsis198.exe poo.exe then, check $0 for errors: