Komodia's Redirector quick installation guide
This page shows you how to quickly install Komodia's Redirector without going into the hows and whys, for detailed instructions you can go to: Komodia's Redirector installation guide .
After installing the Redirector, it will only intercept new instances of applications, all running applications will not be intercepted until they are closed and re-opened or the computer is rebooted.
Contents |
Installing
Trial notice
Trial versions connect to our provisioning server to receive license status, the software is not sending out any information that the Redirector processes.
32bit version
The 32bit version also works on 64bit OS, but it will only intercept 32bit applications.
Install the components
Run the file: install.bat, if you are using Vista or Windows 7 please make sure you run it via a UAC enabled command prompt.
Windows 7 only
If you are using Windows 7 you will probably need two OCX files from Microsoft which you can download from our website: OCX Files
To install them (still under the UAC enabled command prompt):
regsvr32 COMDLG32.OCX regsvr32 MSCOMCTL.OCX
You can set redirection using either one of these rules:
Setup the redirection
Run: PCController.exe to control the Redirector and setup the interception rules.
Browsers only, based on name
Add the name of all the browsers (or any application you want to intercept) to the application tab under the: "LSP Configuration (Outgoing TCP)" button, it will look like this:
Ports only, based on known ports
Add the ports you want to intercept to the ports tab under the: "LSP Configuration (Outgoing TCP)" button, it will look like this:
Intercept all
To intercept all traffic you need to make sure you don't have any applications, ports and IP set under the: "LSP Configuration (Outgoing TCP)" button and then switch the button in the application tab from: "Intercept only applications in the list" to: "Intercept all applications beside those in the list", it will look like this:
Setup a custom DLL (optional)
- This step is only needed if you want to extend the Redirector functionality, if this step is needed, we point it out during our conversation.
- Download the DLL framework from: DLL Framework, and the DLL Framework documentation.
- Compile it and use the PCController to set the path to the DLL under the: "DLL Management" button.
- Save the settings and restart the PCProxy.exe service, DLL should be loaded at this stage.
Uninstalling
32 bit
Run the file: uninstall.bat if you are using Vista or Windows 7 please make sure you run it via a UAC enabled command prompt, and reboot.
Steps to take if called from installer
Install
32bit
registerlsp -b -d pcproxy.dll pcproxy /Auto /Service sc start pcproxy
64bit
registerlsp -b -d pcproxy.dll registerlsp64 -b -d pcproxy64.dll pcproxy /Auto /Service sc start pcproxy
Uninstall
32bit
sc stop pcproxy pcproxy /Unregserver registerlsp -f
64bit
sc stop pcproxy pcproxy /Unregserver registerlsp -f registerlsp64 -f


