home *** CD-ROM | disk | FTP | other *** search
/ Oracle Video Server 3.0.3.1 / OVS_3031_NT.iso / nt_x86 / pkg / appuser.pkg < prev    next >
Encoding:
Text File  |  1997-09-30  |  4.0 KB  |  77 lines

  1. /*****************************************************************************
  2.   Copyright (c) Oracle Corporation 1996.  All Rights Reserved
  3.  
  4.   NAME
  5.     server.pkg
  6.  
  7.   DESCRIPTION
  8.     Package file for NT Enterprise Server - Server
  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.     dtom      01-AUG-95  Created
  16. *****************************************************************************/
  17.  
  18. {
  19.    #########################################################################
  20.    # Both the package install and the Custom install with packages will use
  21.    # the same .PKG, .MAP, .INS, and .VRF scripts.  Their behaviour will be
  22.    # slightly different.  The package install will (in general) not show
  23.    # any additional dialogs.  The custom install will.  The "products" list
  24.    # determines which products will be visible in the custom dialogs.  The
  25.    # "dflt_products" list is used to indicate products which products are
  26.    # are highlighted in the custom dialogs.
  27.    ###########################################################################
  28.  
  29.    products      = list();
  30.    dflt_products = list();
  31.  
  32.    # Note:  1) RSF gets force installed by the RDBMS.
  33.    #        2) Release Notes get installed by everything.
  34.    #        3) Protocol Adapters will be auto-detected by SQL*Net Client, and are
  35.    #              explicitly listed in the packages.
  36.    #        4) The following are hidden products (in the .PRD file), and will only get
  37.    #              installed if they are force installed by another product:
  38.    #                 a) Trace Collection services
  39.    #  These products will not be explicitly added to the product lists.
  40.  
  41.    { add(products     , w32oci73      ); } ['UNBOUND_VARIABLE: continue();]
  42.    { add(dflt_products, w32oci73      ); } ['UNBOUND_VARIABLE: continue();]
  43.  
  44.    { add(products     , ntobject22    ); } ['UNBOUND_VARIABLE: continue();]
  45.    { add(dflt_products, ntobject22    ); } ['UNBOUND_VARIABLE: continue();]
  46.  
  47.    { add(products     , w32sodbc250    ); } ['UNBOUND_VARIABLE: continue();]
  48.    { add(dflt_products, w32sodbc250    ); } ['UNBOUND_VARIABLE: continue();]
  49.  
  50.    { add(products     , w32plus33     ); } ['UNBOUND_VARIABLE: continue();]
  51.    { add(dflt_products, w32plus33     ); } ['UNBOUND_VARIABLE: continue();]
  52.  
  53.    { add(products     , w32netclt23   ); } ['UNBOUND_VARIABLE: continue();]
  54.    { add(dflt_products, w32netclt23   ); } ['UNBOUND_VARIABLE: continue();]
  55.  
  56.    { add(products     , w32doc73      ); } ['UNBOUND_VARIABLE: continue();]
  57.    { add(dflt_products, w32doc73      ); } ['UNBOUND_VARIABLE: continue();]
  58.  
  59.  
  60.   /*---installer can only be installed from distribution media---------*/
  61.   { if (distribution)
  62.     {
  63.       { add(products     , ntinstall ); } ['UNBOUND_VARIABLE: continue();]
  64.       { add(dflt_products, ntinstall ); } ['UNBOUND_VARIABLE: continue();]
  65.     }
  66.   }
  67.   [ 'UNBOUND_VARIABLE: continue(); ]
  68.  
  69.   selection_title  = nls("selection_title",  "%%prod_label%%");
  70.   selection_prompt = nls("selection_prompt", "Select the components you want to install:");
  71.   selection_help   = nls("selection_help",   "Oracle7 Client Application User Products allows you to select and install networking services for database application users to connect and interact with an Oracle database. All components 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.
  72.  
  73. To obtain more information on each of the components listed above, go back to the Software Asset Manager, and highlight the components for which you want more information.  A brief description of the components will appear in the Software Asset Manager dialog box.
  74.  
  75. Although this CD contains many Oracle products, you may install and use only those products for which you have purchased licenses.  For additional licensing information, refer to the Global License Terms booklet.");
  76. }
  77.