/* Copyright (c) Oracle Corporation 1996. All Rights Reserved */ /***************************************************************************** NAME win95.ins- 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 *****************************************************************************/ { execute("%INSTALLER_HOME%\win32.ins"); }