home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a525 / 36.ddi / ORAINST2.INS < prev    next >
Encoding:
Text File  |  1993-02-25  |  880 b   |  34 lines

  1. /* Copyright (c) Oracle Corporation 1993.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     orainst2.ins - V3.0.9.2 installation script for V2 Installer
  5.  
  6.   DESCRIPTION
  7.     This script installs the V2 Installer.
  8.  
  9.   OWNER
  10.     Kush Jain
  11.  
  12.   MODIFIED    DD-MMM-YY     Reason
  13.     kjain     03-FEB-93     Created.
  14. *****************************************************************************/
  15. {
  16.   if (doit)
  17.     {
  18.       ui_product(product_label);
  19.  
  20.       make_directory("%oracle_home%\BIN");
  21.  
  22.       ui_action(instantiate(installing_scripts));
  23.       copy(deinstl);
  24.  
  25.       ui_action(instantiate(installing_executables));
  26.       copy(exe);
  27.  
  28.       dos_stubify("",exe,"STUB");
  29.  
  30.       ui_action(instantiate(registering_product));
  31.       register(current_product);
  32.       reference(current_product);
  33.     }
  34. }