home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / hstd10b2.zip / HTMLSTUD.ICF < prev    next >
Text File  |  1996-08-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 "HTML Studio" 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         = 'HTML Studio',
  19.   DESCRIPTION  = 'This catalog contains HTML Studio.'
  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 "HTML Studio" 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            = 'HTML Studio',
  51.   NUMBER          = '0000-000',
  52.   FEATURE         = '0000',
  53.   VRM             = '010000',
  54.   PACKAGEFILE     = 'DRIVE: HTMLSTUD.PKG',
  55.   PKGDESCRFILE    = 'DRIVE: HTMLSTUD.DSC',
  56.   SIZE            = '2500000',
  57.   UPDATECONFIGSYS = 'YES'
  58.