Instruction for XP to share with others
Finally after a few tries, got the portable arrangement to work - so happy about it! So here's sharing with you and other new users who're like me - not too technical - and hope this would help you set it up.
The below is adapted from TimD's original posting - all credits go to TimD, and to William for setting up this thread.
0) Overview - This method requires three files to create a HTTP-Tunnel Portable:
HTTP-TunnelClient.exe
tunnel.vbs
tunnel.reg
INSTRUCTION:
1.1) Install HTTP-Tunnel into a machine where you have admin access, then register the installed program with a paid key
1.2) Create a tunnel.vbs file using Notepad
- Copy below contents into a text file in Notepad and save the file as tunnel.vbs:
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.run "regedit.exe tunnel.reg", 1, true
WshShell.run "http-tunnelclient.exe", 1, true
WShShell.RegDelete "HKCU\Software\HTTPTunnel Client\"
1.3) Create a tunnel.reg file by exporting the registry key
- Export the registry key from the same machine where you have installed the registered HTTP-Tunnel program:
How to export the registry keys in Windows XP:
* Click "Start", "Run"
* In the Open box, type "regedit", click "OK"
* Locate and click the key on the left bar that contains the value that you want to edit
e.g. HKEY_CURRENT_USER => Software => HTTPTunnel Client
* On the File menu, click Export
* In the Save in box, select a location where you want to save the Registration Entries (.reg)
* In the File name box, type a file name (i.e. tunnel), and then click Save
* A key file "tunnel.reg" is now saved in the folder you have specified
Note - The sample contents of a tunnel.reg file would look something like this (your saved .reg file can be viewed in Notepad):
REGEDIT4
[HKEY_CURRENT_USER\Software\HTTPTunnel Client]
"Show Startup Window"=dword:00000001
"Proxy IP"="proxy address here"
"Proxy Port"=dword:00001f90
"Socks Port"=dword:00000438
"No Proxy"=dword:00000000
"Auto Proxy"=dword:00000000
"Connect"=dword:00000000
"MultiIP"=dword:00000000
"Hide On Startup"=dword:00000000
"Proxy Username"="your proxy password if any"
"Proxy Pass"="your proxy password if any"
"Proxy Auth"=dword:00000001
"Key"="Yay you pay for your service... code here."
"Log Level"=dword:00000000
2) How to run HTTP-Tunnel Portable in a thumbdrive:
2.1) Copy all three of the following files into a program folder (e.g. HTTP-Tunnel Portable) on a thumbdrive:
HTTP-TunnelClient.exe [this is the executable file which you can find in the HTTP-Tunnel program folder]
tunnel.vbs [this is the file you just created with Notepad]
tunnel.reg [this is the key you just exported from registry above]
*Note: All files must be in the same folder. Also it is possible to do this without the 'tunnel.reg' file but it is more simple and straight forward doing it this way.
2.2) To start up Http-Tunnel Portable:
1. Double click the .vbs file inside the program folder in your thumbdrive
2. It will ask you if you want to insert the reg keys, say yes.
3. HTTP-TunnelClient will start.
4. After you have finished using the tunnel, Exit the tunnel.
5. Reg keys are no longer installed... success! you've made it out without leaving keys behind!
Rgds,
Adrian
|