Re: Proxy settings for setup.exe

2012-02-09 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: Is there a command-line switch to tell setup.exe that it should use the proxy settings from IE? I've looked through the sources today and the answer seems to be sadly no. I did however find an undocumented string option -# to supposedly avoid polluting the

Proxy settings for setup.exe

2012-02-08 Thread Achim Gratz
Is there a command-line switch to tell setup.exe that it should use the proxy settings from IE? Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Factory and User Sound Singles for Waldorf Q+, Q and microQ:

RE: Proxy settings for setup.exe

2012-02-08 Thread Buchbinder, Barry (NIH/NIAID) [E]
Achim Gratz sent the following at Wednesday, February 08, 2012 2:58 PM Is there a command-line switch to tell setup.exe that it should use the proxy settings from IE? http://cygwin.com/faq/faq.setup.html#faq.setup.cli -p --proxy HTTP/FTP proxy (host:port) -- Problem

Re: Proxy settings for setup.exe

2012-02-08 Thread Achim Gratz
Buchbinder, Barry (NIH/NIAID) [E] writes: http://cygwin.com/faq/faq.setup.html#faq.setup.cli -p --proxy HTTP/FTP proxy (host:port) I know this, but rather my question was how to use the IE proxy settings. I can select this in an interactive install and I can fake

Re: PATCH: Save/load proxy settings in setup.exe

2003-10-26 Thread Robert Collins
On Thu, 2003-10-23 at 23:27, Jerry D. Hedden wrote: On Thu, 2003-10-23 at 22:55, Jerry D. Hedden wrote: One of the items on the TODO list for setup.exe is to save and load proxy settings so the user doesn't have to keep entering them. Below is a small patch to ConnectionSetting.cc to do

[Fwd: Re: PATCH: Save/load proxy settings in setup.exe]

2003-10-23 Thread Robert Collins
Max, could you please commit this. -- GPG key available at: http://members.aardvark.net.au/lifeless/keys.txt. ---BeginMessage--- On Thu, 2003-10-23 at 22:55, Jerry D. Hedden wrote: One of the items on the TODO list for setup.exe is to save and load proxy settings so the user doesn't have to

PATCH: Save/load proxy settings in setup.exe

2003-10-23 Thread Jerry D. Hedden
One of the items on the TODO list for setup.exe is to save and load proxy settings so the user doesn't have to keep entering them. Below is a small patch to ConnectionSetting.cc to do just that: 39d38 delete f; 41a41,47 fg_ret = f-gets (localdir, 1000); if (fg_ret)

Re: PATCH: Save/load proxy settings in setup.exe

2003-10-23 Thread Robert Collins
On Thu, 2003-10-23 at 22:55, Jerry D. Hedden wrote: One of the items on the TODO list for setup.exe is to save and load proxy settings so the user doesn't have to keep entering them. Below is a small patch to ConnectionSetting.cc to do just that: Please supply: - the patch as an attachment,