ClassExplorer Version 1.7

Installing ClassExplorer              Copyright  1996/97 by Markus
                                       Spoettl, all rights reserved

-------------------------------------------------------------------

ClassExplorer comes with a program to setup the Delphi environment,
you don't have to install ClassExplorer manually!

The ClassExplorer Setup program can be used for uninstalling
ClassExplorer. Start the program with command line option
"/uninstall" to start the uninstaller. To disable the background of
the setup program use the commandline option "/nobackground".

-------------------------------------------------------------------

Installation Step 1
-------------------

Unzip all files to a directory. If you use pkunzip please use
the "-d" option to ensure that the directory structure contained
in the archive will be restored.


Installation Step 2
-------------------

Start the setup program "setup.exe". This program will guide you
through the installation process.


Uninstalling ClassExplorer
--------------------------

The program "setup.exe" can be used to uninstall ClassExplorer.
To uninstall ClassExplorer use the "/UNINSTALL" command line
option.


Installing ClassExplorer Manually
---------------------------------

To install ClassExplorer manually, you have to add ClassExplorer
to your Delphi environment.

Open the registry editor (regedit.exe) add a string value
named "classexp" to the following registry-key:

for Delphi 2.0
HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Experts
for Delphi 3.0
HKEY_CURRENT_USER\Software\Borland\Delphi\3.0\Experts


Valuename  Value Data
classexp   <FULL PATH TO "CLASSEXP.DLL" ON YOUR SYSTEM>

example:

ClassExp="C:\Delphi 2.0\AddIns\classexp.dll"


Uninstalling ClassExplorer Manually
-----------------------------------

For removing ClassExplorer from the Delphi IDE manually you
just have to remove the registry value you added to the 

(for Delphi 2.0)
HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Experts
(for Delphi 3.0)
HKEY_CURRENT_USER\Software\Borland\Delphi\3.0\Experts

key that points to the ClassExplorer DLL.


Finally
-------

The next time you start Delphi a new menuitem named
"ClassExplorer" will appear.

Have fun.

-------------------------------------------------------------------

