dl not dll

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1622 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-08 18:05:15 +00:00
parent 9777905f55
commit d639f5509b

View file

@ -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: