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
   - protocol_map.ini
   - ext_protocol.dll
   - pserver_protocol.dll
   - sspi_protocol.dll
   - server_protocol.dll
   - ssh_protocol.dll
   - plink.dll
   - MFC71.dll
   - MFC71u.dll
   - msvcp71.dll
   - msvcr71.dll
   - ssleay32.dll

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

2) _cvsnt_doc

   This folder should contain CVSNT documentation files:
   - cvs.html
   - cvsclient.html

3) _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
