
(**********************************************************************

    Copyright 1998, Microchip Data Systems / Carl Bunton

  Under license agreement, this source module may be used only on a
  single computer.

  No partion of this module may be reproduced, copied, revised, edited,
  or transmited via electronic means except in compiled format.

  Web-site:  http://www.concentric.net/~twojags
  Email:     TwoJags@cris.com
             TwoJags@kagi.com
**********************************************************************)


(**********************************************************************
TUnRAR for the ZipTV compression component package for Delphi is not
included in ZipTV solely due to the fact it uses an external DLL to
extract files.

As with other decompression components in ZipTV, this component is not
compatible with TZipSearch or TZipCheck.


Incorporating TUnRAR in ZipTV (Delphi 2):
  1. Copy UnRAR.DCU (or UnRAR.PAS if you have the source unit) in the
     directory where the ZipTV package was installed.
  2. Copy UnRAR.DLL in your \windows\system directory.

  3.

    To install into ZipTV's package:
        a. RegPack.PAS: add UnRar in the "USES" clause.
        b. RegPack.PAS: in the "Register Procedure", add "UnRar.Register".

    To install as a singular component (ZipTV must be installed):
        a. Copy this unit into the directory where ZipTV was installed.
        b. Menu 'Component', submenu 'Install'
        c. Button 'Add', button 'Browse'
        d. Find and select this file 'UnRAR.DCU' (or 'UnRAR.PAS' if
           you have the source unit).
        e. Button 'ok'

  5. AwkGbls.PAS: Const "Decompress_ArcType", add the following line:
     atRAR..atRAR.
  6. Rebuild your library. (menu 'Component', submenu 'Rebuild Library')

  7. Edit the ZPTVDEMO demo program (in zptvdemo.zip) as follows:
     a. Main.PAS: Drop a UnRAR component on the form.
     b. Main.PAS: unrem all occurances of atRar & atRarExe.
     c. Main.Pas: unrem all occurances of UnRAR1.
     d. AwkGbls.PAS: unrem atRAR..atRAR from const "Decompress_ArcType".



Incorporating TUnRAR in ZipTV (Delphi 3):
  1. Copy UnRAR.DCU (or UnRAR.PAS if you have the source unit) in the
     directory where the ZipTV package was installed.
  2. Copy UnRAR.DLL in your \windows\system directory.

  3a. In Delphi's IDE, menu 'Component', submenu 'Install Component..'
  3b. Tab 'Into existing package'

          I. Edit Box 'Unit file name': Button 'Browse'.  Find and select
             this unit 'UnRAR.DCU' (or 'UnRAR.PAS' if you have the source
             unit).
         II. Edit Box 'Search path': make sure the path that contains this
             unit file is included in this path.
        III. Edit Box 'Package file name': Button 'Browse'.  Find and select
             ZipTV's package file 'TZipTV.DPK'.

  4. Button 'Ok'
  5. When asked to save 'TZipTV.DPK' answer Yes.

  6. AwkGbls.PAS: Const "Decompress_ArcType", add the following line:
    atRAR..atRAR.

  7. Edit the ZPTVDEMO demo program (in zptvdemo.zip) as follows:
     a. Main.PAS: Drop a UnRAR component on the form.
     b. Main.PAS: unrem all occurances of atRar & atRarExe.
     c. Main.Pas: unrem all occurances of UnRAR1.
     d. AwkGbls.PAS: unrem atRAR..atRAR from const "Decompress_ArcType".



If there are any problems installing this component, don't hesitate to
contact Carl Bunton email: twojags@concentric.net
**********************************************************************)


(**********************************************************************
Version 1.30 (beta) 01/24/98 - Requires ZipTV version 1.30+
    - There may be an event or two that currently aren't connected.
**********************************************************************)

