home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / daxinst1.img / CATALOG.ICF next >
Text File  |  1995-12-11  |  2KB  |  58 lines

  1. **********************************************************************
  2. *  See the Software Installer Reference for information on creating a
  3. *  catalog file.
  4. **********************************************************************
  5.  
  6.  
  7. *---------------------------------------------------------------------
  8. *  Define the contents of this catalog file.
  9. *
  10. *  The following changes are required:
  11. *  - Change "<Product Name>" in the NAME and DESCRIPTION keywords to
  12. *    your product name.
  13. *
  14. *  You may change the value of the DESCRIPTION keyword to be more
  15. *  descriptive.
  16. *---------------------------------------------------------------------
  17. CATALOG
  18.   NAME         = 'IBM Developer API Extensions for OS/2',
  19.   DESCRIPTION  = 'This catalog contains Developer API Extensions for OS/2.'
  20.  
  21.  
  22. **********************************************************************
  23.  
  24.  
  25. *---------------------------------------------------------------------
  26. *  Include 1 PACKAGE entry for each product in the catalog.  You will
  27. *  usually only have 1 entry.
  28. *
  29. *  The following changes are required:
  30. *  - Change "<Product Name>" in the NAME keyword to your product name.
  31. *  - Change "0000-000" in the NUMBER keyword to your product number.
  32. *  - Change "0000" in the FEATURE keyword to your product feature.
  33. *  - Change "010100" in the VRM keyword to your product's version
  34. *    number.
  35. *  - Change "PACKAGE.PKG" in the PACKAGEFILE keyword to the name of
  36. *    the product's package file.
  37. *  - Change "DESCR.DSC" in the PKGDESCRFILE keyword to the name of
  38. *    the product's description file.
  39. *
  40. *  If the product does not have components, the following changes are
  41. *  required:
  42. *  - Change "2500000" in the SIZE keyword to number of byte required
  43. *    to install the product.
  44. *
  45. *  If you do not update the CONFIG.SYS during installation of the
  46. *  product, the following changes are required:
  47. *  - Change "YES" in the UPDATECONFIGSYS keyword to "NO".
  48. *---------------------------------------------------------------------
  49. PACKAGE
  50.   NAME             = 'DAPIE Support',
  51.   NUMBER          = '1000-000',
  52.   FEATURE         = '0000',
  53.   VRM              = '000000',
  54.   PACKAGEFILE     = 'DRIVE: DAXPROD.PKG',
  55.   PKGDESCRFILE    = 'DRIVE: DAXPROD.TXT',
  56.   SIZE            = '2436247',
  57.   UPDATECONFIGSYS = 'YES'
  58.