home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Oracle Corporation 1992. All Rights Reserved */
- /*****************************************************************************
- NAME
- winrsf70.ins - V3.0.8.0 installation script for Windows Required
- Support Files 6.0.
-
- DESCRIPTION
- This script installs Windows Required Suport Files 7.0.
-
- OWNER
- Edan Kabatchnik
-
- MODIFIED DD-MMM-YY Reason
- gcostanz 22-FEB-93 Added instantiation to install messages
- akelley 26-OCT-92 Added RDBMS70.
- handrus 16-SEP-92 Fixed.
- ekabatch 07-MAR-92 Normalized.
- ekabatch 28-JAN-92 Created.
- *****************************************************************************/
- {
- if (doit)
- {
- ui_product(product_label);
-
- ui_action( instantiate(installing_scripts) );
- copy(deinstl);
-
- ui_action( instantiate(installing_dlls) );
- copy(dll);
-
- ui_action( instantiate(installing_executables) );
- copy(exe);
-
- ui_action( instantiate(installing_msbs) );
- copy(msg);
-
- ui_action( instantiate(installing_sql) );
- copy(sql);
-
- ui_action( instantiate(registering) );
- register(product);
-
- if(set_rdbms70)
- {
- ui_action( instantiate(modifying_config) );
- modify("RDBMS70",rdbms70,ora_config,"Oracle");
- }
-
- if(set_pro15)
- {
- ui_action( instantiate(modifying_config) );
- modify("PRO15",pro15,ora_config,"Oracle");
- }
- }
-
- if (not(internally_called))
- reference(product);
- }
-