*************************************
*			            *
*  Setup program for Windows v 2.00 *
* --------------------------------- *
*                                   *
* (c)1996 by J. BERTRAND            *
*			            *
*************************************


This program is Freeware !!!

Use it without warranty.


**********
* Thanks *
**********

	I want to thanks Larry E Tanner (70242,27) for his 
advices, ideas and copy compress file procedure.
	I want to thanks to Herve DEQUANT a friend from my
job, whom give me advices about color (I am color blind) 
and teach now Delphi with me.


	Sorry for french remarks lines, next time they will
be in english ;)


****************
* Introduction *
****************


	*********
	* SETUP *
	*********

	This program is able to install files from a floppy to
your hard disk and create groups and icons in your Program
Manager. It create his own log install file.


	Nota :

		All the source files are provided in Delphi 1.0
version for Setup and Unsetup.


******************
* How to install *
******************

	Just lauch SETUP.EXE from A: or from C: (if you want to
modify the source drive edit SETUP.INS file and modifiy the
letter on the ODSK parameter in [ORIGIN] section)

	This program copies all the files onto your hard disk (you
can specify the path) and creates a SETUP.GRP group in your
program manager. It creates a UNSETUP.INS file, this is the log of
installation.

	I have given you all the source files so you can edit and 
modify as you want. If you add any facilities please write to me 
on Compuserve (ID 100621,3247).


********************
* How to uninstall *
********************

	Just lauch UNSETUP.EXE on the directory you install SETUP.
	After click on UnInstall button and choose UNSETUP file on
the directory you had install your application.


***********
* History *
***********

	1.00a Original version just with dialog
	1.15a Adding a progress bar during copying files
	1.50a Adding blue background
	1.50b Adding big Title with gradient background
	      Adding display of space require for installation
	2.00  Adding possibility to have compressed file




*************************
* Setup.Ins description *
*************************

; %1 : Target directory
; %W : Windows directory
; %S : Windows System directory

[INFORMATION]
TITLE=/Title of program to install/
SUBTITLE=/Sub title of program to install/
VERSION=/Version of the program to install/
AUTHOR=/Author of the program/
COPYRIGHT=/Year of creation/

[DISKS]
; This is the number of floppies needed 
DSK=/Number of floppy needed/
SPC=/Size in bytes on application to install/

[ORIGIN]
; Source drive and path
ODSK= /Source drive/
OPAT= /Source directory/

[DESTINATION]
; Target drive and path
DDSK= /Target Drive/
DPAT= /Target path/

[GROUP]
;x=GroupName,FileName
;/Create the group SETUP and the associated file SETUP.GRP/
NUM= /Number of group to create 1 /
1= /Name of the group/,/Name of .GRP file/

[ICONS]
;x=#Floppy,FileName,TargetPath,IconName,CompressedFlag
NUM= /Number of Icon to create/
1= /ID of floppy/,/Name of file/,/Path of file/,/Icon name/,/_ or #/

[FILES]
;x=#Floppy,FileName,TargetPath,CompressedFlag
;/Copy the file FileName in the path TargetPath/
NUM= /Number of file to copy/
1=/Id of floppy/,/Name of file/,/Path of file/,/_ or #/

[RUN]
;x=FileName,FilePath,DocName,DocPath
;/Execute FileName on FilePath with the document DocName located in DocPath/
NUM= /Number of application to start/
1= /Name of application/,/path of application/,/Name of document/,/Path of document/





	I hope that this package enjoy you. Write Me on my
E-Mail address on Compuserve (Id 100621,3247) for new ideas or 
improvments or bugs you find.

		
	Jrme BERTRAND, PARIS
