home *** CD-ROM | disk | FTP | other *** search
/ PC Open 9 / pcopen9.iso / win31 / chief / bde.faq < prev    next >
Encoding:
Text File  |  1997-05-02  |  1.2 KB  |  36 lines

  1. To install the BDE with ChiefPro, you need to
  2. take the following steps;
  3.  
  4. 1. Archive the BDE files. If you want to use either of my
  5. sample BDExx.CHF batch files, then you need to archive
  6. the BDE by using the ChiefPro IDE (select the "Package
  7. BDE files" menu item). This will use ChiefPro's built-in
  8. LZSS compression engine.  If you want to use 
  9. PKZIP, then you need to archive the files manually, 
  10. and  change all the references to "UNPAK" in the 
  11. BDExx batch files to "UNZIP".
  12.  
  13. *Note: this step only ever needs to be taken once. You 
  14. can then store copies of the BDE archives for use in 
  15. your other programs.
  16.  
  17. 2. Copy the archive(s) to the last disk(s) on your installation
  18. set.
  19.  
  20. 3. Copy either BDE16.CHF or BDE32.CHF (or whatever other
  21. ChiefPro batch file you are using) to the *FIRST* of the BDE
  22. disks (32-bit BDE is archived into 2 files which requires 2
  23. disks).
  24.  
  25. 4. Edit your final WINSTALL.INF file and add the line:
  26. $BATCH-FILE=$SOURCEDIR\<batchfile name>
  27.  
  28. e.g., 
  29. $BATCH-FILE=$SOURCEDIR\BDE16.CHF 
  30. for the 16-bit BDE.
  31.  
  32. That is it! Whenever you want to ship a new version of
  33. your program, you only need to do steps 2-4 again, since
  34. you would already have a copy of an archived BDE file
  35. somewhere on your disk.
  36.