home *** CD-ROM | disk | FTP | other *** search
/ Oracle Video Server 3.0.3.1 / OVS_3031_NT.iso / win32 / install / win95.vrf < prev    next >
Encoding:
Text File  |  1997-05-01  |  648 b   |  19 lines

  1. /* Copyright (c) Oracle Corporation 1996.  All Rights Reserved */
  2.  
  3. /*****************************************************************************
  4.   NAME
  5.   win95.vrf- This script exists for backward compatibility.  Installers
  6.              prior to the common 32-bit installer will call either the NT.*
  7.              or WIN95.* scripts.  These scripts just call the respective
  8.              WIN32.* scripts.
  9.  
  10.   CREATED
  11.     Siddhartha Agarwal, July 18, 1996
  12.  
  13.   MODIFIED   MM/DD/YY REASON
  14.  
  15. *****************************************************************************/
  16. {
  17.   doit = execute("%INSTALLER_HOME%\win32.vrf");
  18.   return(doit);
  19. }