Skip to content
⌘ NSIS Forum Archive

Change proxy

3 posts

Mark Nascimento#

Change proxy

How to change proxy on win98, IE6, with ie windows open like
Hide IP does? I've tried :
WriteRegDWORD HKU ".DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings" "ProxyEnable" 1
WriteRegDWORD HKLM "Config\0001\Software\Microsoft\windows\CurrentVersion\Internet Settings" "ProxyEnable" 1
WriteRegDWORD HKCU "Software\Microsoft\Windows\CurrentVersion\Internet Settings" "ProxyEnable" 1
Hidewindow
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Internet Settings" "ProxyServer" "$8"
HideWindow
NSISdl::download /Timeout=50 /NOIEPROXY $8 ; $8 is the proxy, eg: 222.222.222.8080

But 90% of times doesn't work. Shows the flag on tools>ieoptions... but the site remains at the same adress.
"Hide IP" changes the proxy, but nsisdl, don't.
If timeout is greater than 200, nothing changes.
Mark Nascimento#
No,no. I mean:
IE6 is opened in http://showip.eu (example)
Then, run nsis.(no site, no new window, just to change ip)
Bring to front IE6 as it was.
Press F5
Oh... No Change.
HideIP platinum changes de IP while IE page IS LOADING!!!
I would be the happiest man in quadrant alfa if I could...