home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / os2clnt.exe / DB2SPL.ICF < prev    next >
Text File  |  1996-06-23  |  2KB  |  57 lines

  1. *********************************************************************
  2. *                      SOFTWARE INSTALLER                           *
  3. * 5622-056 (C) COPYRIGHT IBM CORP. 1991, 1993. ALL RIGHTS RESERVED. *
  4. *             LICENSED MATERIALS - PROPERTY OF IBM                  *
  5. *                                                                   *
  6. *     VisualAge for Basic                                           *
  7. *                                                                   *
  8. *     Installation for VisualAge for Basic                          *
  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         = 'VisualAge for Basic',
  17.    * Define a description of the catalog
  18.    DESCRIPTION  = 'This is the catalog of VisualAgeBasic.  Please see the NOTICES.TXT file for license agreements.'
  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 for the Pricing System package and
  23. * one for the Inventory Control System.
  24.  
  25. PACKAGE
  26.    * Define a name for the package.  This is the
  27.    * name that appears in the catalog list.
  28.    NAME         = 'VisualAge for Basic',
  29.    * Define the product number of the files in the package.
  30.    NUMBER       = '5639-A35',
  31.    * Define the version(01), release(01), and modification
  32.    * number(00) of the files in the package.
  33.    VRM          = '010000',
  34.    * Define the feature number of the files in the package.
  35.    FEATURE      = '0001',
  36.    * Define the source location of the files.
  37.    HOSTLOC      = 'DRIVE: ;',
  38.    * Define the name of the package file.
  39.    PACKAGEFILE  = 'DRIVE: BART.PKG',
  40.    * Define the name of the description file.
  41.    PKGDESCRFILE = 'DRIVE: BART.DSC',
  42.    * Define the amount of disk space required to install
  43.    * this package on the user's workstation.
  44.    SIZE         = '26000000'
  45.  
  46. PACKAGE
  47.    NAME         = 'VisualAge for Basic with DB2 support',
  48.    NUMBER       = '5639-A35',
  49.    VRM          = '010000',
  50.    FEATURE      = '0001',
  51.    HOSTLOC      = 'DRIVE: ;',
  52.    PACKAGEFILE  = 'DRIVE: DB2SPL.PKG',
  53.    PKGDESCRFILE = 'DRIVE: DB2SPL.DSC',
  54.    SIZE         = '26000000'
  55.  
  56. * End of DB2SPL.ICF catalog file
  57.