/* Copyright (c) Oracle Corporation 1996.  All Rights Reserved */

/*****************************************************************************
  NAME
  win95.vrf- This script exists for backward compatibility.  Installers
             prior to the common 32-bit installer will call either the NT.*
             or WIN95.* scripts.  These scripts just call the respective
             WIN32.* scripts.

  CREATED
    Siddhartha Agarwal, July 18, 1996

  MODIFIED   MM/DD/YY REASON

*****************************************************************************/
{
  doit = execute("%INSTALLER_HOME%\win32.vrf");
  return(doit);
}