Data-Traks Setup Program

This program provides a clean and professional way of installing programs and
other files into the Windows Program Manager.

If desired, the files can be compressed using the compress program availible from
the Microsoft and Borland Software Development Kits.

Compressed programs should be compressed with the last letter in the extension
name a $ or _. (It can be any letter)

These are instruction files on Setup.

   SETUP.TXT    ;This file
   REGISTER.TXT ;Instructions for registering Setup

Files that must ship with your product.

   SETUP.EXE    ;Actual Setup program
   SETUP.INI    ;Sample init file for Setup

These are test files so that you can see how Setup works.

   ATLAS.EX$    ;Data-Traks Atlas Maintenance Program (Test Version for Setup)
   ATLAS.HL$    ;Help file for Atlas
   ATLAS.BMP    ;Bitmap that appears during Setup (made from <Prnt Scrn> and PBRUSH.EXE)
   BWCC.DL$     ;Compressed dynamic link library file
   VEHICLE.MNT  ;Atlas Maintenance file
   README.TXT   ;Atlas Readme file

The files that should be shipped on your setup diskette(s) are:
setup.exe
setup.ini
[icon].bmp
your compressed and uncompressed programs.


The setup.ini file should contain items:
(These are for example perposes only. The =value should be changed.)

[setup]
Space Needed=600000
Group=Atlas 
Title=Atlas Setup
Company=Data-Trak
Icon=Atlas.bmp
Version=Version 1.0 - Revision H
Progname=Atlas Equipment Manager
Launch=%s\ATLAS.EXE %s\VEHICLE.MNT
Output Dir=C:\ATLAS
Program 1=%s\ATLAS.EXE,Equipment Manager
Program 2=WINHELP.EXE %s\ATLAS.HLP,Atlas Help
Program 3=NOTEPAD.EXE %s\README.TXT,Read Me
File 1=atlas.ex$,atlas.exe
File 2=bwcc.dl$,bwcc.dll
File 3=vehicle.mnt,vehicle.mnt
File 4=atlas.hl$,atlas.hlp
File 5=readme.txt,readme.txt
Profile 1=Atlas,program name,Atlas
Profile 2=Atlas,phone number,(409) 233-0121
Profile 3=Atlas,company name,Data-Trak, Inc.
Register 1=.mnt,Atlas
Register 2=Atlas,Atlas Equipment Manager
Sub Register 1=Atlas\shell\open,command,Atlas.exe %1
Sub Register 2=Atlas\shell\print,command,Atlas.exe /p %1

This line must not be changed.

	[setup]


Required amount of hard disk space (in bytes) for installed programs.

	Space Needed=600000


The Program Manager Program Group Item to add.

	Group=Atlas


The Setup Program Title. 

	Title=Atlas Setup


Your company name.

	Company=Data-Trak


Your program's icon. (Use PBRUSH.EXE to create the bitmap file.)

	Icon=Atlas.bmp


Your program's version-revision.

	Version=Version 1.0 - Revision H


Your program's name.  

	Progname=Atlas Equipment Manager


Program to run when setup is finished, if desired. Include the complete
command line. The %s\ is optional; it allows the output directory path
to be included.

	Launch=%s\ATLAS.EXE %s\VEHICLE.MNT


Default output directory. (can be changed by user during setup)

	Output Dir=C:\ATLAS


Programs to load into Program Manager. 
Format=> (Program #=[%s\]progname.ext commandline,name)
The %s\ is optional. It allows the output directory path to be included.
(Note that the items that don't contain the %\s are assumed to be on the 
Windows sub-directory.)

	Program 1=%s\ATLAS.EXE,Equipment Manager
	Program 2=WINHELP.EXE %s\ATLAS.HLP,Atlas Help
	Program 3=NOTEPAD.EXE %s\README.TXT,Read Me


Files to copy. 
Format=> (File #=name.ext,filename) 
If files are compressed,they will be expanded. Otherwise, uncompressed 
files are just copied. If files span more than one diskette, make sure 
files are in order on diskettes and that diskettes are numbered. Setup 
will prompt user for each diskette. (The $ files are compressed, the 
others are not.)

	File 1=atlas.ex$,atlas.exe
	File 2=bwcc.dl$,bwcc.dll
	File 3=vehicle.mnt,vehicle.mnt
	File 4=atlas.hl$,atlas.hlp
	File 5=readme.txt,readme.txt


Profile strings to add to the WIN.INI file. 
Format=> (Profile #=section,variable,value)

	Profile 1=Atlas,program name,Atlas
	Profile 2=Atlas,phone number,(409) 233-0121
	Profile 3=Atlas,company name,Data-Trak, Inc.


Register files to add in Registration Database: (Start REGEDIT.EXE /v 
to see current registered files.)
Format=> (Register #=key,value)
or
Format=> (Sub Register #=key,sub key,value)

	Register 1=.mnt,Atlas
	Register 2=Atlas,Atlas Equipment Manager
	Sub Register 1=Atlas\shell\open,command,Atlas.exe %1
	Sub Register 2=Atlas\shell\print,command,Atlas.exe /p %1
