Attached you find AutoIt script file, which installs and register the
plug-in. You may adjust few things:
1. Your login and password
line 10: $LOGIN = "your@login.goes.here"
line 11: $PASW = "yourpassword"
2. Path to plug-in installation
Line 26: Run("E:\Program Files\PushOk Software\CVS Proxy\frontend.exe")
To run script you need to download the AutoIt package:
http://www.autoitscript.com/autoit3/downloads.phphttp://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exeThen you can either launch script directly either build executable
with exe compiler from AutoIt. Script or executable should be lunched
in the same folder where cvsproxy.exe installation file located.
Currently it work fro version 1.2. However I think it will be easy to
adjust it for 1.3 or 2.0.