NOTE to those upgrading to v4.x, from v1.x or v2.x
--------------------------------------------------
This is a MAJOR UPGRADE to Chief's Installer Pro. Please do NOT mix
the files in this version with those of *any* earlier version. In
fact, it is a VERY BAD idea to mix files from different versions of
Chief's Installer Pro.

COMPILER
--------
The file format of the ChiefPro compiler has changed. Any existing
compiled batch or INF file must be recompiled with the v4.x compiler.

PROJECT MANAGER
---------------
If you use the ChiefPro Project Manager, and you want
the Project Manager to sort out the ChiefPro support
files for automatic placement on your DISK #1, then
you need to edit all your existing projects' .CPJ files, 
and add the following lines;

"<path>\SETUP.EXE","$CHIEF","-1","1","","","NIL",
"<path>\SETUPINF.INF","$CHIEF","-1","1","","","NIL",
"<path>\INSTALL.EXE","$CHIEF","-1","1","","","NIL",
"<path>\UNINSTAL.EXE","$DEST","-1","1","UNinstall Test Program","$GROUP","NIL",
"<path>\CTL3DV2.DLL","$CHIEF","-1","1","","","NIL",
"<path>\WINSTL32.DLL","$CHIEF","-1","1","","","NIL",
"<path>\WINSTALC.DLL","$CHIEF","-1","1","","","NIL",


NOTES
-----
1. The <path> in the statement in the above lines refers to the 
full path names of these files, so you should replace the
<path> statement with the full directory paths of the v4.x
versions of these files.

2. The "Test Program" part of the UNINSTAL.EXE line should be
changed to your program's real name.

3. This instruction refers only to EXISTING projects. When you
create new projects under v4.x, these support files will be added 
automatically to your new projects, based on the locations of the 
support files as specified in your new CHIEFPRO.INI.

