This folder contains Inno Setup installation script.

To compile the script you need to install Inno Setup, you can get it from:
   http://www.innosetup.com

For editing the script you can use Notepad or ISTool from:
   http://www.bhenden.org/istool/

Apart from WinCvs files you need to create following folders in the InnoSetup folder:
1) _cvsnt

   This folder should contain basic CVSNT binary files:
   - cvs.exe
   - cvs95.exe
   - postinst.exe
   - cvs.html
   - cvs-command.html
   - readme.nt
   - ext_protocol.dll
   - ntserver_protocol.dll
   - pserver_protocol.dll
   - sspi_protocol.dll
   - server_protocol.dll
   - ssh_protocol.dll
   - plink.dll

   The files can be obtained from:
   http://www.cvsnt.org

2) _vcredist

   This folder should contain Visual C++ redistributable files required by WinCvs:
   - mfc42.dll
   - msvcp60.dll
   - msvcrt.dll
   
   The files can be obtained from latest VC++ service pack from vcredist.exe file.
   For more information see Q259403:
   http://support.microsoft.com/support/kb/articles/Q259/4/03.ASP
