home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / cdmaker.zip / CDMAKER.ICF < prev    next >
Text File  |  1996-04-30  |  2KB  |  46 lines

  1. *********************************************************************
  2. *                      SOFTWARE INSTALLER                           *
  3. * 5621-434 (C) COPYRIGHT IBM CORP. 1991, 1993. ALL RIGHTS RESERVED. *
  4. *             LICENSED MATERIALS - PROPERTY OF IBM                  *
  5. *                                                                   *
  6. *     CIRRUS TECHNOLOGY, INC.                                       *
  7. *                                                                   *
  8. *     Sample Software Installer catalog file                        *
  9. *********************************************************************
  10.  
  11. * Define the catalog.
  12. * There is only one CATALOG entry in each catalog file.
  13.  
  14. CATALOG
  15.    * Define a user-friendly name for the catalog.
  16.    NAME         = 'Unite CD-Maker',
  17.    * Define a description of the catalog
  18.    DESCRIPTION  = 'To be supplied at a later date.'
  19.  
  20. * Define the package.
  21. * There can be one or more PACKAGE entries in each catalog file.
  22. * In this sample there is one package.
  23.  
  24. PACKAGE
  25.    * Define a name for the package.  This is the
  26.    * name that appears in the catalog list.
  27.    NAME         = 'Unite CD-Maker',
  28.    * Define the product number of the files in the package.
  29.    NUMBER       = 'CIR-CDMaker',
  30.    * Define the version(01), release(01), and modification
  31.    * number(00) of the files in the package.
  32.    VRM          = '020190',
  33.    * Define the feature number of the files in the package.
  34.    FEATURE      = '002',
  35.    * Define the source location of the files.
  36.    * HOSTLOC    = 'N/A',
  37.    * Define the name of the package file.
  38.    PACKAGEFILE  = 'DRIVE: cdmaker.pkg',
  39.    * Define the name of the description file.
  40.    PKGDESCRFILE = 'DRIVE: cdmaker.DSC',
  41.    * Define the amount of disk space required to install
  42.    * this package on the user's workstation.
  43.    SIZE         = '8978500'
  44.  
  45. * End of cdmaker.icf catalog file
  46.