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

	To make installation disk, you should do the following things:

1.	Copy all the files into the folder "data", keep the file structure 
	as which you want to after the installtion finished.

2.	If there are some files that you want to install into the windows' 
	system directory, copy them into "windir" in the "data".

3.	Modify the line "AppName=..." of file "setup.ini" if needed.

4.	Modify the file "setup.rul" to control the proccession of the 
	installation.

5.	*****If any bmps to be used as the background during the installation, 
	change their name to "BBRDx.BMP", the "x" is the order by which they 
	are shown, such as: "bbrd1.bmp", "bbrd2.bmp", ...
	And then compress them into the file "_setup.lib" using the command 
	in DOS, remember to include the path of "icomp.exe":   
	icomp	PATH\bbrd*.bmp	disk1\_setup.lib
	You can also include this command in the batch file "m.bat".

6.	Run the batch file "m.bat" to do the rest work.

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

	You can also do all the works in DOS, all the tools are located in
	the folder "programs" of "ishield3". Don't change the name of the 
	folders execpt "work", because you are just using a copy of my
	 installation, the libry is used during compiling as
	 "D:\ISHIELD3\DIALOGS\ ... ". If you want to change the path, you 
	may install "Install Shield3".

