home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / redb1d.zip / RED.ICF < prev    next >
Text File  |  1996-03-22  |  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         = 'RED',
  19.   DESCRIPTION  = 'This catalog contains RED.'
  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            = 'RED',
  51.   NUMBER          = '0000-001',
  52.   FEATURE         = '0001',
  53.   VRM             = '000001',
  54.   PACKAGEFILE     = 'DRIVE: RED.PKG',
  55.   PKGDESCRFILE    = 'DRIVE: RED.DSC',
  56.   SIZE            = '2500000',
  57.   UPDATECONFIGSYS = 'YES'
  58.