			Blaise Install Library for Delphi

Blaise Install (BIL) is a library containing functions for creating
windows install programs in Borland Delphi. BIL includes instructions 
& functions for:

	- Creating directories
	- Decompressing files
	- Adding Drivers/Aliases to Borland Database Engine (BDE)
	- Modifying INI files including
		ODBC.INI, ODBCINST.INI, WIN.INI
	- Add Program Items/Groups to the Windows Program manager

Blaise Install Demo can be retrieved from Compuserve Borland Delphi
Forum/Library Section (3rd Party Products).  The demo version includes:  

	- General instructions on how to use library
	- Limited library of install functions
	- Demo of install functions

A more comprehensive version of Blaise Install is available which
includes the above and the following:

	- Complete library of install functions
	- Source code for library
	- Examples of install programs created in Delphi

To purchase Blaise Install send $25.00 to:

		Blaise Install Library
		P.O. Box 7701
		Wilton, CT 06897-7701

   NOTE: CT residents include 6% sales tax
         US customers add $2.00 for shipping & handling
         International customers add $5.00 for shipping & handling

Blaise Install Library can also be purchased via the Compuserve 
Shareware Registration.
          GO CIS:SHR-1
          Registration ID: 8143
          Product Name: Blaise Install Library
          Key Words: Install, Blaise

Support questions should be directed to Compuserve account 73112,2544.


   Delphi is a Trade Mark of Borland International Inc
   Visual Basic is a Trade Mark of Microsoft Corporation                      
   Visual C++ is a Trade Mark of Microsoft Corporation                      
   CompuServe is a Registered Trade Mark of CompuServe Incorporated

Instructions:

   - Copy all files in this zip file to a directory C:\BILDEMO
   - Backup your IDAPI.CFG File
   - Go into delphi
   - Open project C:\BILDEMO\BILDEMO.DPR
   - Compile & run the demo program

File List:

   README.STD  - This document
   BILDOC.TXT  - Documentation for BIL

   BIL.DCU     - Blaise Install Library

   BILDEMO.OPT - A demo program that displays all the features of BIL
   BILDEMO.DPR
   BILDEMO.RES
   BILDEMO1.PAS
   BILDEMO1.DFM
   DEMO.TX_

   SETUP1.DCU  - An Example program that can be used for distributing
   SETUP1.PAS    WatCom SQL apps.  ( This is just a sample you will
   SETUP.OPT     create new setup programs for different databases)
   SETUP.RES
   SETUP1.DFM
   SETUP.DPR
   
   SETUP_P.OPT  - An Example program that can be used for distributing
   SETUP_P.RES    Paradox apps.  ( This is just a sample you will
   SETUPP.PAS     create new setup programs for different databases)
   SETUPP.DFM
   SETUP_P.DPR
   SETUPP.DCU

This information is designed to facilitate the development of install routines
for Delphi applications.  Thorough testing of your application using BIL is 
required.  

