quiet download

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2531 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-05-05 13:29:57 +00:00
parent 544045d330
commit 662dd00403

View file

@ -22,6 +22,8 @@ The return value is pushed to the stack:
"success" if success
otherwise, an error string describing the error
If you don't want the progess window to appear use NSISdl::download_quiet.
Example of usage:
NSISdl::download http://www.domain.com/file localfile.exe
@ -30,7 +32,7 @@ Pop $R0 ;Get the return value
MessageBox MB_OK "Download failed: $R0"
Quit
For another example, see waplugin.nsi in the nsis directory.
For another example, see waplugin.nsi in the examples directory.
TRANSLATE
---------