             ----Installing Delphi to a network drive-----

   Note:  
  
   Delphi was never intended to be run from a network, and Borland
   makes no claims in it's ability to do so.  This information is 
   provided solely as a guide and has NOT been tested. We make no
   promises as to it's workability.
      This TI is assuming a basic Windows 3.1 or 3.11 installation.
   if you are using another opertaing system, appropriate adjustments
   will, of course, need to be made.
   
   **********************************************************************
   
   
   Install Delphi to the Network from any workstation, but be sure to 
   check the "Windows Lan" option if Windows is installed on the network.

   
   Edit DELPHI.INI in the windows directory.
        -enter:
                [Globals]
                PrivateDir = your local directory
        -add:
               [Library]
               SearchPath = Netdrive:\DELPHI\LIB
               ComponentLibrary= your local directory
   
   This will allow each user to have his own private options,
   private DFM file, as well as a private Component Library. If one
   public component library is desired, the ComponentLibray line
   can be left out.

   Copy the DELPHI.INI to all machines to be running Delphi.


  If You checked the Windows LAN option, there will be a 
  DELPHI\WINSYS directory created. 
  The contents of this directory can be copied to the windows\system  
  directory, or you can include the WINSYS directory in your path.

  Copy the group file created in the windows directory 
  to all other stations to be using Delphi.

  Use Program Manager to create the group on these machines.
  
  Modidy the path on all workstations that will run Delphi as follows:
        
  PATH=C:\IBLOCAL\BIN;C:\DELPHI\BIN
  
  All users must load the DOS command SHARE(Assuming windows 3.1) before 
  using Delphi.
  The following line should be added to each user's AUTOEXEC.BAT:

  SHARE /F:4096 /L:40

  
  Modify the WIN.INI on all machines, adding the following:

[IDAPI]
DLLPATH=X:\IDAPI;C:\IDAPI
CONFIGFILE01=X:\IDAPI\IDAPI.CFG

[Borland Language Drivers]
LDPath=X\IDAPI\LANGDRV

[BWCC]
BitmapLibrary=BWCC.DLL

[Interbase]
RootDirectory=X:\IBLOCAL

[Paradox Engine]
UserName=PxEngine
NetNamePath=X:\
MaxTables=64
RecBufs=64
MaxLocks=64
MaxFiles=64
SwapSize=64
NetNameFDSM=

[DDE Servers]
DBD=X:\DBD\DBD

[DBD]
WORKDIR=X:\DBD
PRIVDIR=C:\DBD\DBDPRIV

Where X is the Network Drive and path installed to.
Note that PRIVDIR is set locally.


Note, Delphi will install numerous INI files to the Windows 
directory.  These files can be copied over to other workstations only
if the corresponding INI files do not already reside there. (They shouldn't)
If this is the case you will have to manually attach these files to the 
ends of the existing ones. 

The INI files that Delphi installs are:

RS_SQLIF INI        
WINHELP  INI        
MULTIHLP INI        
DELPHI   INI 
ODBCINST INI        
ODBC     INI        
RPTSMITH INI       
RS_RUN   INI       
ODBCISAM INI       






