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:
parent
9777905f55
commit
d639f5509b
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue