******************************************************************************


                            Install Documentation
                              By Randall L Glass
                                CopyRight 2000


------------------------------------------------------------------------------
This program is from my "Ham Radio Tutor" And "RadioTelephone Tutor" install
program.

This program is freeware. Use it anyway you want as long as you give me
credit somewhere in your program or documentation.
-----------------------------------------------------------------------------
If you want to do crc checks you will need to get my MultiCrc.pbu found in
PB.ABC of ABC snippets. The subject name is "Crc and Rc4 Encryption" in
PB.ABC. MultiCrc.Pbu decrypts a file to get the crc's of the files to be
checked. MultiCrc.Pbu then checks the crc against the files crc. It also does
an self-program crc check.(Preparing things gets a bit complicated thro.)
-----------------------------------------------------------------------------
The install program makes installation easy and automate for the user.

It determines whether you are in dos or windows. And acts accordingly.
Thus you will need 2 install scripts. One for Dos. One for Windows.
These scripts go by cfg for the extension.

(Dos.cfg,Windows.cfg,install.pif,uninstall.pif,install.bat are for example
only.)

This program uses simple script commands to install the program.
Except for the "INSTALL:";The Commands are indentical to batch commands.

The Config file format is

First 4 lines

Title
Default Path
Program Name
Program Size

Varaable names used in script.

%INSTALLDRIVE%        "Install Drive"
%INSTALLPATH%         "Install Path"
%SOURCEPATH%          "Source Path"
%SOURCEDRIVE%         "Source Drive"

INSTALL:   "INSTALL:" alerts the program to execute the self-extraction
program.

(I use lha since it is free and compresses better then pkzip. You could use
any compressor that makes self extracting programs that extacts the
directories too.)

The Installer ask the user where he wants to install to.

The installer then checks to make sure there is enought room to install to
the install drive.

At the end of installation the installer program will execute the program
listed on the second line of the dos config file. Or if in windows executes
the bat file listed in the windows shortcut pif file.
-----------------------------------------------------------------------------
Contact Info:

E-Mail rlglass@yahoo.com
-----------------------------------------------------------------------------
Program Install Acknowledgments:

To Hans Lunsing for function LfnSupported3 and function LfnDirFirst in Pblfn32
To Brian McLaughlin for his function Return Program Path & Filename
To Christy Gemmel for her function Pathname
------------------------------------------------------------------------------
