home *** CD-ROM | disk | FTP | other *** search
/ Oracle Video Server 3.0.3.1 / OVS_3031_NT.iso / nt_x86 / pkg / prog.pkg < prev    next >
Encoding:
Text File  |  1997-10-02  |  5.8 KB  |  102 lines

  1. /*****************************************************************************
  2.   Copyright (c) Oracle Corporation 1995.  All Rights Reserved
  3.  
  4.   NAME
  5.     precomp.pkg
  6.  
  7.   DESCRIPTION
  8.     Package file for NT Programmer/2000 products
  9.  
  10.   OWNER
  11.     David Tom
  12.  
  13.   MODIFIED    DD-MMM-YY  Reason
  14.     mmckerle     AUG-97  Modified for 7.3.4 Production Release
  15.     rxfernan     MAY-97  Oracle 8.0.3 Production Release
  16.     dtom      01-AUG-95  Created
  17. *****************************************************************************/
  18.  
  19. {
  20.    #########################################################################
  21.    # Both the package install and the Custom install with packages will use
  22.    # the same .PKG, .MAP, .INS, and .VRF scripts.  Their behaviour will be
  23.    # slightly different.  The package install will only show those products
  24.    # which are listed in the "pkg_products" list.  The custom install will present
  25.    # a dialog with all products listed in the "products" list.  The
  26.    # "dflt_products" list is used to indicate products which products are
  27.    # are highlighted in the dialogs.
  28.    ###########################################################################
  29.  
  30.    products      = list();
  31.    dflt_products = list();
  32.    pkg_products = list();
  33.  
  34.    # Note:  1) RSF gets force installed by the RDBMS.
  35.    #        2) Release Notes get installed by everything.
  36.    #        3) Protocol Adapters will be auto-detected by SQL*Net Client, and are
  37.    #              explicitly listed in the packages.
  38.    #        4) The following are hidden products (in the .PRD file), and will only get
  39.    #              installed if they are force installed by another product:
  40.    #                 a) Trace Collection services
  41.    #  These products will not be explicitly added to the product lists.
  42.  
  43.    { add(products     , w32oci73     ); } ['UNBOUND_VARIABLE: continue();]
  44.    { add(pkg_products , w32oci73     ); } ['UNBOUND_VARIABLE: continue();]
  45.    { add(dflt_products, w32oci73     ); } ['UNBOUND_VARIABLE: continue();]
  46.  
  47.    { add(products     , w32sodbc250   ); } ['UNBOUND_VARIABLE: continue();]
  48.    { add(pkg_products , w32sodbc250   ); } ['UNBOUND_VARIABLE: continue();]
  49.    { add(dflt_products, w32sodbc250   ); } ['UNBOUND_VARIABLE: continue();]
  50.  
  51.    { add(products     , ntobject22   ); } ['UNBOUND_VARIABLE: continue();]
  52.    { add(pkg_products , ntobject22   ); } ['UNBOUND_VARIABLE: continue();]
  53.    { add(dflt_products, ntobject22   ); } ['UNBOUND_VARIABLE: continue();]
  54.  
  55.    { add(products     , w32proc22    ); } ['UNBOUND_VARIABLE: continue();]
  56.    { add(pkg_products , w32proc22    ); } ['UNBOUND_VARIABLE: continue();]
  57.    { add(dflt_products, w32proc22    ); } ['UNBOUND_VARIABLE: continue();]
  58.  
  59.    { add(products     , w32procob18  ); } ['UNBOUND_VARIABLE: continue();]
  60.    { add(pkg_products , w32procob18  ); } ['UNBOUND_VARIABLE: continue();]
  61.    { add(dflt_products, w32procob18  ); } ['UNBOUND_VARIABLE: continue();]
  62.  
  63.    { add(products     , jdbc          ); } ['UNBOUND_VARIABLE: continue();]
  64.    { add(pkg_products , jdbc          ); } ['UNBOUND_VARIABLE: continue();]
  65.    { add(dflt_products, jdbc          ); } ['UNBOUND_VARIABLE: continue();]
  66.  
  67.    { add(products     , w32netclt23   ); } ['UNBOUND_VARIABLE: continue();]
  68.    { add(dflt_products, w32netclt23   ); } ['UNBOUND_VARIABLE: continue();]
  69.  
  70.    { add(products     , w32doc73      ); } ['UNBOUND_VARIABLE: continue();]
  71.    { add(dflt_products, w32doc73      ); } ['UNBOUND_VARIABLE: continue();]
  72.  
  73.   /*---installer can only be installed from distribution media---------*/
  74.   { if (distribution)
  75.     {
  76.       { add(products     , ntinstall      ); } ['UNBOUND_VARIABLE: continue();]
  77.       { add(dflt_products, ntinstall      ); } ['UNBOUND_VARIABLE: continue();]
  78.     }
  79.   }
  80.   [ 'UNBOUND_VARIABLE: continue(); ]
  81.  
  82.  
  83.   selection_title  = nls("selection_title",  "Programmer/2000");
  84.   selection_prompt = nls("selection_prompt", "Please select the Programmer/2000 products you wish to install.  By default, all components will be installed for you.");
  85.   selection_help   = nls("selection_help",   "Select those components of Programmer/2000 you wish to install.  By default, all components of Programmer/2000 will be installed for you.
  86.  
  87. All components of Programmer/2000 are selected by default. Those that you do not want to install may be de-selected by holding the CTRL key and clicking on the item with the mouse or by moving the cursor to the item and using the space bar to select/de-select the item.
  88.  
  89. Oracle Call Interface (OCI) is an application programming interface (API) that allows an application developer to use a third-generation languageÆs native procedures or function calls to access the Oracle database server and control all phases of SQL statement execution.
  90.  
  91. Oracle7 ODBC Driver enables a wide variety of ODBC-compliant applications to work together with an Oracle database server.  The Oracle7 ODBC Driver acts as a translator between the ODBC interface used by popular front-end applications and the native interface to an Oracle database.
  92.  
  93. Oracle Objects for OLE is a collection of programmable objects that simplify communication between Oracle databases and applications that support Visual Basic custom controls (VBXs and OCXs) or OLE automation.
  94.  
  95. Pro*C/C++ is a precompiler that converts SQL statements embedded within C and C++ programs into standard C and C++ code, respectively.  This code can then be compiled and used to build applications that access an Oracle database.
  96.  
  97. Pro*COBOL is a precompiler that converts SQL statements embedded within COBOL programs into standard COBOL code. This code can then be compiled and used to build applications that access an Oracle database.
  98.  
  99. Although this CD contains many Oracle products, you are licensed to use only those products for which you have purchased licenses.  For additional licensing information, please refer to the Global License Terms booklet.");
  100.  
  101. }
  102.