From e6673d6f0ecf4bfcfa587a28c3f808201e40031b Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 21 Oct 2005 14:16:05 +0000 Subject: [PATCH] added information about /PROXY git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4340 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/NSISdl/ReadMe.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Contrib/NSISdl/ReadMe.txt b/Contrib/NSISdl/ReadMe.txt index a6e3239c..364d00a5 100644 --- a/Contrib/NSISdl/ReadMe.txt +++ b/Contrib/NSISdl/ReadMe.txt @@ -47,8 +47,12 @@ If you don't want NSISdl to use Internet Explorer's settings, use the /NOIEPROXY flag. /NOIEPROXY should be used after /TRANSLATE and /TIMEOUT. For example: +If you want to specify a proxy on your own, use the /PROXY flag. + NSISdl::download /NOIEPROXY http://www.domain.com/file localfile.exe NSISdl::download /TIMEOUT=30000 /NOIEPROXY http://www.domain.com/file localfile.exe +NSISdl::download /PROXY proxy.whatever.com http://www.domain.com/file localfile.exe +NSISdl::download /PROXY proxy.whatever.com:8080 http://www.domain.com/file localfile.exe TRANSLATE ---------