home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a525 / 26.ddi / ORAINST.DEI < prev    next >
Encoding:
Text File  |  1993-02-09  |  769 b   |  22 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     orainst.vrf - V3.0.9.1 version analysis/product configuration
  5.           script for DOS Oracle Installer.
  6.  
  7.   DESCRIPTION
  8.     This script checks dependencies and environment settings for the
  9.     installation of the DOS Oracle Installer.
  10.  
  11.   OWNER
  12.     Kush Deepak Jain
  13.  
  14.   MODIFIED    DD-MMM-YY     Reason
  15.     kjain     29-JAN-93     Created.
  16. *****************************************************************************/
  17. {
  18.   update_info = nls("update_info","In order to update the Oracle Installer, simply install a new version.  There is no need to remove it first.");
  19.  
  20.   information_dialog(update_info);
  21. }
  22.