home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Oracle Corporation 1992, 1993. All Rights Reserved */
- /*****************************************************************************
- NAME
- spxc11.ins - DOS V3 installation script for SQL*Net SPX.
-
- DESCRIPTION
- This script performs the installation tasks for the DOS SQL*Net SPX
- product.
-
- VERSION
- 1.1.1.0A
-
- OWNER
- Tony Rodgers
-
- MODIFIED DD-MMM-YY Reason
- trodgers 10-APR-92 Created.
- Calvin 21-FEB-93 Modified for standalone install.
- Calvin 22-FEB-93 Port to Windows.
- Calvin 23-FEB-93 Port to DOS.
- *****************************************************************************/
- {
- /*****************************************************************************
- Start main logic ...
- *****************************************************************************/
- if (doit)
- {
- ui_product(product_label);
-
- ui_action(instantiate(net1_install_scripts));
- copy(deinstl);
-
- ui_action(instantiate(net1_install_exes));
- copy(exe);
-
- ui_action(instantiate(net1_install_pxes));
- copy(pxe);
-
- /*****************************************************************************
- Register the product ...
- *****************************************************************************/
- ui_action(instantiate(net1_register_label));
- register(product);
-
- }
-
- if (not(internally_called))
- reference(product);
- }
-