home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / datatl25.zip / CDM2.PKG < prev    next >
Text File  |  1997-09-14  |  3KB  |  92 lines

  1. *********************************************************************
  2. *                           IBM VisualAge                           *
  3. *                    DataAtlas Modeler for OS/2                     *
  4. *                                                                   *
  5. *               Licensed Materials - Property of IBM                *
  6. * 5648-A48 (C) Copyright IBM Corp. 1995, 1996. All Rights Reserved. *
  7. *      (C) Copyright MID GmbH 1986, 1994. All Rights Reserved.      *
  8. *                                                                   *
  9. *   U.S. Government Users Restricted Rights - Use, duplication or   *
  10. * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
  11. *********************************************************************
  12.  
  13. SERVICELEVEL
  14.   LEVEL = '020000'
  15.  
  16. *******************************************
  17. * Note: max. message length 254!!!        *
  18. *******************************************
  19. OPTIONS
  20.   SUCCESSINSMSG = 'The components for IBM DataAtlas Modeler
  21.  Version 2.0 have been successfully installed.
  22.  %EPFICONFIGMSG%'
  23.  
  24. * Please make the additional changes to your CONFIG.SYS as
  25. * described in the README.CDM file before rebooting.'
  26.  
  27. *******************************************
  28. * Default directory specification         *
  29. *******************************************
  30.  
  31. PATH
  32.   FILE = 'c:/datatlas',
  33.   FILELABEL = 'DataAtlas directory :'
  34.  
  35. FILE
  36.    EXITWHEN = 'INSTALL || UPDATE || RESTORE',
  37.    EXITIGNOREERR = 'NO',
  38.    EXIT = 'SETVAR DESTDIR=CLIENT'
  39.  
  40.  
  41. ************************************************************
  42. *                  C O M P O N E N T                       *
  43. * -------------------------------------------------------- *
  44. *            IBM DataAtlas Modeler - Common                *
  45. ************************************************************
  46.  
  47. COMPONENT
  48.   NAME = 'IBM DataAtlas Modeler - Common',
  49.   DESCRIPTION = 'Common component of IBM DataAtlas Modeler',
  50.   DISPLAY = 'NO',
  51.   ID = 'COMMON',
  52.   SIZE = '0'
  53.  
  54.  
  55.  
  56. COMPONENT
  57.   NAME = 'IBM DataAtlas Modeler Client/Server Common',
  58.   DESCRIPTION = 'Executables used by both IBM DataAtlas Modeler client and server.',
  59.   DISPLAY = 'NO',
  60.   ID = 'CLISRV',
  61.   REQUIRES = 'COMMON',
  62.   SIZE = '0'
  63.  
  64.  
  65. COMPONENT
  66.   NAME = 'IBM DataAtlas Modeler Documentation',
  67.   DESCRIPTION = 'The online version of the DataAtlas Modeler User''s Guide.',
  68.   DISPLAY = 'YES',
  69.   ID = 'BOOK__',
  70.   REQUIRES = 'COMMON',
  71.   SIZE = '0'
  72.  
  73.  
  74.  
  75. COMPONENT
  76.   NAME = 'IBM DataAtlas Modeler Client',
  77.   DESCRIPTION = 'Client component of IBM DataAtlas Modeler consists of the graphical editors to create and maintain entity-relationship models.',
  78.   DISPLAY = 'YES',
  79.   ID = 'CLIENT',
  80.   REQUIRES = 'CLISRV',
  81.   SIZE = '0'
  82.  
  83.  
  84. COMPONENT
  85.   NAME = 'IBM DataAtlas Modeler Server',
  86.   DESCRIPTION = 'Server component of IBM DataAtlas Modeler. For a single machine installation install both, the client and the server components.',
  87.   DISPLAY = 'YES',
  88.   ID = 'SERVER',
  89.   REQUIRES = 'CLISRV',
  90.   SIZE = '0'
  91.  
  92.