added information about /PROXY
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4340 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5d92e7fcfb
commit
e6673d6f0e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
---------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue