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:
kichik 2004-02-02 14:06:53 +00:00
parent 75f3aa0691
commit 61b875bcd0

View file

@ -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
---------