home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Oracle Corporation 1992. All Rights Reserved */
- /*****************************************************************************
- NAME
- rsf70.ins - DOS V3 installation script for ORACLE Required Support Files.
-
-
- DESCRIPTION
- This script installs the RSF files.
-
- OWNER
- Tony Rodgers
-
- MODIFIED DD-MMM-YY Reason
- ekabatch 23-MAR-92 Copied from OS/2.
- trodgers 16-APR-92 Copied from CDROM for V7.
- *****************************************************************************/
- {
- if (doit)
- {
- ui_product(product_label);
-
- ui_action( instantiate(installing_scripts) );
- copy(deinstl);
-
- ui_action( instantiate(installing_msbs) );
- copy(msg, nls_abbreviation);
-
- ui_action( instantiate(installing_sql) );
- copy(sql);
-
- ui_action( instantiate(modifying_config) );
- modify("RDBMS70",RDBMS70,ora_config,"=");
- modify("PRO15",PRO15,ora_config,"=");
-
- ui_action( instantiate(registering) );
- register(product);
- }
-
- if (not(internally_called))
- reference(product);
-
- }
-