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

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