home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a525 / 28.ddi / RSF70.INS < prev    next >
Encoding:
Text File  |  1993-03-01  |  1.1 KB  |  43 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     rsf70.ins - DOS V3 installation script for ORACLE Required Support Files.
  5.  
  6.  
  7.   DESCRIPTION
  8.     This script installs the RSF files.
  9.  
  10.   OWNER
  11.     Tony Rodgers
  12.  
  13.   MODIFIED    DD-MMM-YY Reason
  14.     ekabatch  23-MAR-92 Copied from OS/2.
  15.     trodgers  16-APR-92 Copied from CDROM for V7.
  16. *****************************************************************************/
  17. {
  18.   if (doit)
  19.   {
  20.     ui_product(product_label);
  21.  
  22.     ui_action( instantiate(installing_scripts) );
  23.     copy(deinstl);
  24.  
  25.     ui_action( instantiate(installing_msbs) );
  26.     copy(msg, nls_abbreviation);
  27.  
  28.     ui_action( instantiate(installing_sql) );
  29.     copy(sql);
  30.  
  31.     ui_action( instantiate(modifying_config) );
  32.     modify("RDBMS70",RDBMS70,ora_config,"=");
  33.     modify("PRO15",PRO15,ora_config,"=");
  34.  
  35.     ui_action( instantiate(registering) );
  36.     register(product);
  37.   }
  38.  
  39.   if (not(internally_called))
  40.     reference(product);
  41.  
  42. }
  43.