home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
po7_win
/
install
/
windows.pin
< prev
next >
Wrap
Text File
|
1995-01-06
|
1KB
|
33 lines
/* Copyright (c) Oracle Corporation 1993. All Rights Reserved */
/*****************************************************************************
NAME
windows.pin - V3 post install script for Windows products.
DESCRIPTION
This script performs post install functionality. In particular, it scans
the reboot list and displays a message telling users to reboot their
machines and displaying the files that were modified in the process.
OWNER
Dan Galatin
MODIFIED DD-MMM-YY Reason
dgalatin 25-JUL-94 Use prod_not_empty to decide to display success
message.
ichen 25-JUL-94 Move the reboot message to windows.shd
dgalatin 05-NOV-93 Created.
*****************************************************************************/
{
if (user_action == 'install)
{
ui_product("");
ui_action("");
{
if (prod_not_empty)
signal('success,instantiate(installation_successful));
}
[ 'UNBOUND_VARIABLE: continue(); ] /* just in case! */
}
}