/* Copyright (c) Oracle Corporation 1996.  All Rights Reserved */

/*****************************************************************************
  NAME
    orainst.ins - Windows 32-bit V3 Installation Deinstall Script

  DESCRIPTION
    This script is run when a user attempts to deinstall the Windows 
    32-bit installer.

  CREATED
    Siddhartha Agarwal, July 11, 1996

  MODIFIED    DD-MMM-YY  Reason

*****************************************************************************/
{
  update_info = nls("update_info","To update the Oracle Installer, simply install a new version.  There is no need to remove it first.");

  information_dialog(update_info,'no_cancel);
}