NOTE to those upgrading to v3.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. COMPILER -------- The file format of the ChiefPro compiler has changed. Any existing compiled batch or INF file must be recompiled with the v3.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; "\SETUP.EXE","$CHIEF","-1","1","","","NIL", "\SETUPINF.INF","$CHIEF","-1","1","","","NIL", "\INSTALL.EXE","$CHIEF","-1","1","","","NIL", "\UNINSTAL.EXE","$DEST","-1","1","UNinstall Test Program","$GROUP","NIL", "\CTL3DV2.DLL","$CHIEF","-1","1","","","NIL", "\WINSTALZ.DLL","$CHIEF","-1","1","","","NIL", "\WINSTALC.DLL","$CHIEF","-1","1","","","NIL", NOTES ----- 1. The in the statement in the above lines refers to the full path names of these files, so you should replace the statement with the full directory paths of the v3.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 v3.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 AUTOCALC.INI.