home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / install / windows.pin < prev    next >
Text File  |  1995-01-06  |  1KB  |  33 lines

  1. /* Copyright (c) Oracle Corporation 1993.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     windows.pin - V3 post install script for Windows products.
  5.  
  6.   DESCRIPTION
  7.     This script performs post install functionality.  In particular, it scans
  8.     the reboot list and displays a message telling users to reboot their 
  9.     machines and displaying the files that were modified in the process.
  10.  
  11.   OWNER
  12.     Dan Galatin
  13.  
  14.   MODIFIED    DD-MMM-YY  Reason
  15.     dgalatin  25-JUL-94  Use prod_not_empty to decide to display success
  16.                          message. 
  17.     ichen     25-JUL-94  Move the reboot message to windows.shd
  18.     dgalatin  05-NOV-93  Created.
  19. *****************************************************************************/
  20.  
  21. {
  22.   if (user_action == 'install)
  23.     {
  24.       ui_product("");
  25.       ui_action("");
  26.       {
  27.     if (prod_not_empty)
  28.            signal('success,instantiate(installation_successful));
  29.       }
  30.       [ 'UNBOUND_VARIABLE: continue(); ] /* just in case! */
  31.     }
  32. }
  33.