home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a525 / 30.ddi / SPXC11.INS < prev    next >
Encoding:
Text File  |  1993-03-17  |  1.4 KB  |  50 lines

  1. /* Copyright (c) Oracle Corporation 1992, 1993.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     spxc11.ins - DOS V3 installation script for SQL*Net SPX.
  5.  
  6.   DESCRIPTION
  7.     This script performs the installation tasks for the DOS SQL*Net SPX
  8.     product.
  9.  
  10.   VERSION
  11.     1.1.1.0A
  12.  
  13.   OWNER
  14.     Tony Rodgers
  15.  
  16.   MODIFIED    DD-MMM-YY Reason
  17.     trodgers  10-APR-92 Created.
  18.     Calvin    21-FEB-93 Modified for standalone install.
  19.     Calvin    22-FEB-93 Port to Windows.
  20.     Calvin    23-FEB-93 Port to DOS.
  21. *****************************************************************************/
  22. {
  23. /*****************************************************************************
  24.    Start main logic ...
  25. *****************************************************************************/
  26.   if (doit)
  27.   {
  28.     ui_product(product_label);
  29.  
  30.     ui_action(instantiate(net1_install_scripts));
  31.     copy(deinstl);
  32.  
  33.     ui_action(instantiate(net1_install_exes));
  34.     copy(exe);
  35.  
  36.     ui_action(instantiate(net1_install_pxes));
  37.     copy(pxe);
  38.  
  39. /*****************************************************************************
  40.    Register the product ...
  41. *****************************************************************************/
  42.     ui_action(instantiate(net1_register_label));
  43.     register(product);
  44.  
  45.   }
  46.  
  47.   if (not(internally_called))
  48.     reference(product);
  49. }
  50.