===========================================================
Installation Notes
===========================================================

If you have used previous version of the "RT Search +" please remove this
installation completely before installing new version. Under Windows 95 use
Add/Remove Software section of the Control Panel, otherwise remove the
software manually.

To install start RTSEARCH.EXE  (or RTSRCH32.EXE with Delphi 2.0 version) 
and follow on-screen instructions. The installation procedure will copy following 
files into the target directory:

RTIDE.DLL	Delphi IDE interface library
RTSEARCH.DLL	"RT Search +" kernel library
RTSEARCH.HLP	this help file
README.TXT	Short description and this installation instructions
LICENSE.TXT	License agreement
ORDER.TXT	Ordering information
INSTALL.TXT	Installation notes

After successful installation a new menu item will be added to your Delphi
IDE's Search menu:

RT Search+:	subitem		default hotkey	action
======================================================================
		Search Execute	Alt+Ctrl+X	search immediately
		Search Results	Alt+Ctrl+R	display last results
		Search Options	Alt+Ctrl+O	set search parameters

Both captions and hotkey bindings of the subitems can be reconfigured.

Following configuration files will be modified:

for Delphi 1.0:
===============
DELPHI.INI
[Experts]
RTIDE=<installation path>\RTIDE.DLL

RTIDE.INI
[Dll]
RTSearch=<installation path>\RTSEARCH.DLL

for Delphi 2.0:
===============
HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Experts
RTIDE=<installation path>\RTIDE.DLL

HKEY_CURRENT_USER\Software\R&T Software\RTIDE\Dll
RTSearch=<installation path>\RTSEARCH.DLL


===========================================================
IDE Configuration
===========================================================

for Delphi 1.0:
===============
RTSEARCH.INI
[Interface]
SearchExecute Caption = caption for search execute menu
SearchExecute ShortCut =  shortcut for search execute menu
SearchResults Caption = caption for last search results menu
SearchResults ShortCut = shortcut for last search results menu
SearchOptions Caption = caption for search options menu
SearchOptions ShortCut =  shortcut for search options menu

for Delphi 2.0:
===============
HKEY_CURRENT_USER\Software\R&T Software\RTSearch\Interface
SearchExecute Caption = caption for search execute menu
SearchExecute ShortCut =  shortcut for search execute menu
SearchResults Caption = caption for last search results menu
SearchResults ShortCut = shortcut for last search results menu
SearchOptions Caption = caption for search options menu
SearchOptions ShortCut =  shortcut for search options menu
