home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
po7_win
/
install
/
windows.avf
< prev
next >
Wrap
Text File
|
1995-01-06
|
1KB
|
40 lines
/* Copyright (c) Oracle Corporation 1993. All Rights Reserved */
/*****************************************************************************
NAME
windows.avf - V3 ante version analysis script for Windows products.
DESCRIPTION
This script performs ante version analysis functionality. In particular,
it initializes the 'products_for_installation' list so that the Installer
can report which products need to be implicitly installed as a consequence
of the user's current configuration and product selection. Also, 'reboot'
is initialized to allow scriptwriters to specify reasons for a reboot mes-
sage to be displayed in windows.pin.
OWNER
Dan Galatin
MODIFIED DD-MMM-YY Reason
zzerhoun 12/28/94 Initialize remind_list and remind_helps
zzerhoun 28-DEC-94 Changed installation successful to complete
dgalatin 25-JUL-94 Moved initialization of 'reboot*' variables to stp
dgalatin 05-NOV-93 Created.
*****************************************************************************/
{
if (user_action == 'install)
{
products_for_installation = list();
installation_successful = nls("installation_successful","Installation Complete.");
remove_file("%installer_home%\user.pin");
}
remind_list = list(); remind_helps = list();
return(0);
}