                            Intel LANDesk Response
                                Version 1.0
                           Recommended Changes File
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
For more information about topics discussed in this file, consult the LANDesk
Response Release Notes (response.txt) and the Installation and Administration 
Guide.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    FILE: WIN.INI
LOCATION: Windows Directory

REASONS FOR CHANGE:
Paradox Engine, which is the database that LANDesk Response
uses, stores its user configurable parameters in the WIN.INI file.  These
parameters determine the maximum number of tables, buffers, locks, files, and
swap space the Paradox Engine can use.  The default parameters given when you
install the Paradox Engine are too small for use with LANDesk Response.
Hence if you already have the Paradox Engine installed on
your system, you should increase the user configurable parameters in the
[Paradox Engine] section of your WIN.INI file to be at least those shown below.

The NetNamePath key within the [Paradox Engine] section is used by  Paradox to
control concurrent access.  All users of a database must share the same control
files (PDOXUSRS.NET or PARADOX.NET).  Paradox will return an error if users
attempt to use the same database without using the same control files.  Hence,
it is important that all users of LANDesk Response have this
path set to the same directory.  If this path has never been set on your system,
we recommend setting it to the path of the LANDesk Response database directory.

Note, if Setup did not prompt you to make this change, your WIN.INI file
either did not contain a [Paradox Engine] section, in which case it was
added.  Or the existing [Paradox Engine] section was already set properly.

CHANGE:
The simplest change you can make is to comment out the old [Paradox Engine]
section of your WIN.INI file, by placing a semi-colon in front of each line
in the section.  And then, copy and paste the following lines into your
WIN.INI file.

[Paradox Engine]
UserName=ADMIN
MaxTables=32
RecBufs=48
MaxLocks=32
SwapSize=128
MaxFiles=16
PX35Locking=NO
NetNamePath=C:\

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    FILE: AUTOEXEC.BAT
LOCATION: C:\

REASONS FOR CHANGE:
SHARE.EXE is a DOS utility that allows multiple programs to share files on a
hard disk.  This ability is needed for accessing the LANDesk Response database, 
and hence we recommend that the SHARE.EXE command be added to
your AUTOEXEC.BAT file or as INSTALL=SHARE.EXE in your CONGIG.SYS file.

Also, if you are loading a network drive in your AUTOEXEC.BAT or CONFIG.SYS,
we recommend that SHARE.EXE be loaded first.

Note, that if setup did not prompt you to make this change, your
AUTOEXEC.BAT file already contains a command executing SHARE.

CHANGE:
Add the following lines to your AUTOEXEC.BAT file.

REM *************************************************************************
SHARE.EXE


