Component Installation
--------------------------------------------------
A. Installation for Delphi 2.0
1. Copy the files from the \LIB.D2 to your Delphi Lib 
directory
2. Run Delphi and select the COMPONENTS pull-down menu.  Then choose 
the item INSTALL COMPONENTS...
3. Click on the ADD button.  A dialog box will pop up.  Click on the 
BROWSE button.
4. A standard file selection dialog will pop up.  Select the directory 
that contains the above mentioned files.  In the "List Files of Type" 
drop-down select *.DCU files.
5. You should install dbexplor.dcu.

Now click OK in the Install Components dialog box.  Delphi's VCL will 
be recompiled.

B. Installation for Delphi 3.0
1. Copy the files from the \LIB.D3 to your Delphi Lib directory
2. Run Delphi and select the COMPONENTS pull-down menu.  
Then choose the item Install Packages...
3. Click on the ADD button.  A dialog box will pop up.  Click on the 
BROWSE button.
4. A standard file selection dialog will pop up.  
Select \LIB.D3\dbexp.dpl 

C. Installation for C++ Builder 1.0

1. Copy the files from the \LIB.CB  to your C++ Builder Lib directory 
\LIB\DBEXP\
2. Run CBuilder and select the COMPONENTS pull-down menu.  Then choose 
the item INSTALL COMPONENTS...
3. Click on the ADD button.  A dialog box will pop up.  Click on the 
BROWSE button.
4. A standard file selection dialog will pop up.  Select the directory 
that contains the above mentioned files.  In the "List Files of Type" 
drop-down select *.OBJ files.
5. You should install dbexplor.obj.

Now click OK in the Install Components dialog box.  Delphi's VCL will be 
recompiled.
If on installation the errors 'Could not open the file "*.obj"' are appeared, 
then go to Options -> Environment -> Library and remove the check 
'Options -> Use incremental linker' and rebuild library. 
Set the check after the library rebuilding.

DBExplorer package will be installed into the  'RSD Data Controls' page.

Help Installation
-----------------------------------------
A. Installation for Delphi 2.0
1. Copy \help\dbexp.hlp, \help\dbexp.cnt, \help\dbexp.kwf to 
\delhi\help\
2. Quit Delphi if it is running
3. Make a backup copy of \delphi\bin\delphi.hdx
4. Run the helpInst application from \delphi\help\tools
5. Open \delphi\bin\delphi.hdx
6. Select the Keywords|Add file menu option and select 
dbexp.kwf from \delphi\help
7. Select file|Save
8. Quit HelpInst
9. Run Delphi. If the error 'the dbexp.hlp file not found' appears point 

Delphi to the delhi\help\dbexp.hlp.

B. Installation for Delphi 3.0
1. Copy \help\dbexp.hlp, \help\dbexp.cnt to \delphi\help\
2. Quit Delphi
3. Open \delphi\help\delphi3.cnt
4. In "Index Section" type the string - 
:Index DBExplorer package =dbexp.hlp
5. Save \delphi\help\delphi3.cnt
6. Run Delphi. 

The DBExplorer package  help are now merged into Delphi's help system.