notes about proxies
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3447 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
75f3aa0691
commit
61b875bcd0
1 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,15 @@ Pop $R0 ;Get the return value
|
|||
|
||||
For another example, see waplugin.nsi in the examples directory.
|
||||
|
||||
PROXIES
|
||||
-------
|
||||
|
||||
NSISdl supports only basic configurations of proxies. It doesn't support
|
||||
proxies which require authentication, automatic configuration script, etc.
|
||||
NSISdl reads the proxy configuration from Internet Explorer's registry key
|
||||
under HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings. It
|
||||
reads and parses ProxyEnable and ProxyServer.
|
||||
|
||||
TRANSLATE
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue