From 61b875bcd0cf0b470889f1fa3a4630f0d3b6d674 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 2 Feb 2004 14:06:53 +0000 Subject: [PATCH] notes about proxies git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3447 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/NSISdl/ReadMe.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Contrib/NSISdl/ReadMe.txt b/Contrib/NSISdl/ReadMe.txt index 184fec4a..0f0605bf 100644 --- a/Contrib/NSISdl/ReadMe.txt +++ b/Contrib/NSISdl/ReadMe.txt @@ -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 ---------