Ticket #19 (assigned enhancement)
Support for proxies
| Reported by: | mike | Owned by: | mike |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | WineBottler misc | Version: | 1.1.32 |
| Keywords: | Cc: |
Description
proxies for bottler, ies and winetricks
Change History
Note: See
TracTickets for help on using
tickets.

Add the following env variables to bottler.sh to support proxies for bottler & winetricks
http_proxy [protocol://]<host>[:port] HTTPS_PROXY [protocol://]<host>[:port] FTP_PROXY [protocol://]<host>[:port]
Add the following reg key to enable http proxy on ie 'Regedit4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion?\Internet Settings] "MigrateProxy?"=dword:00000001 "ProxyEnable?"=dword:00000001 "ProxyHttp1.1"=dword:00000000 "ProxyServer?"=" http://ProxyServername:80" "ProxyOverride?"="<local>"'
http://support.microsoft.com/kb/819961