home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a525 / 35.ddi / ORAINST.DEI < prev    next >
Encoding:
Text File  |  1993-03-01  |  736 b   |  20 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     orainst.dei - V3.0.9.2 deinstallation script for OS/2 Oracle Installer.
  5.  
  6.   DESCRIPTION
  7.     This script checks dependencies and environment settings for the
  8.     installation of the OS/2 Oracle Installer.
  9.  
  10.   OWNER
  11.     Dan Galatin
  12.  
  13.   MODIFIED    DD-MMM-YY     Reason
  14.     ekabatch  28-JAN-92     Created.
  15. *****************************************************************************/
  16. {
  17.   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.");
  18.  
  19.   information_dialog(update_info);
  20. }