home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Oracle Corporation 1993. All Rights Reserved */
- /*****************************************************************************
- NAME
- orainst2.ins - V3.0.9.2 installation script for V2 Installer
-
- DESCRIPTION
- This script installs the V2 Installer.
-
- OWNER
- Kush Jain
-
- MODIFIED DD-MMM-YY Reason
- kjain 03-FEB-93 Created.
- *****************************************************************************/
- {
- if (doit)
- {
- ui_product(product_label);
-
- ui_action(instantiate(installing_scripts));
- copy(deinstl);
-
- ui_action(instantiate(installing_executables));
- copy(exe);
-
- dos_stubify("",exe,"STUB");
-
- ui_action(instantiate(registering_product));
- register(current_product);
- reference(current_product);
- }
- }