From 662dd004036c4dcd88fcb504ffa3cb83adb80ee2 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 5 May 2003 13:29:57 +0000 Subject: [PATCH] quiet download git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2531 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/NSISdl/ReadMe.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contrib/NSISdl/ReadMe.txt b/Contrib/NSISdl/ReadMe.txt index 6c06e10b..ae1094c5 100644 --- a/Contrib/NSISdl/ReadMe.txt +++ b/Contrib/NSISdl/ReadMe.txt @@ -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 ---------