home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a523 / 27.ddi / INSTALL.ORI next >
Encoding:
Text File  |  1991-10-08  |  2.5 KB  |  106 lines

  1. #-------------------------------------------------------------------------
  2. #
  3. # FILE
  4. #       INSTALL.ORI
  5. #       V2 installation script language interpreter file.
  6. #
  7. # DESCRIPTION
  8. #       Installation file for the SQL*Net SPX disk.
  9. #
  10. # MODIFIED
  11. #       Tim Kelley       22-AUG-90  Original version
  12. #
  13. #-------------------------------------------------------------------------
  14.  
  15. #-------------------------------------------------------------------------
  16. # Generate symbols for Disk Volume label and Jacket label for disks.
  17. #-------------------------------------------------------------------------
  18. .LABELGEN
  19. u
  20. DOS SPX %u
  21. SQL*Net SPX Disk %u
  22.  
  23. .FILES -NOCOPY
  24. INSTALL.ORI        2561
  25.  
  26. .DISK_USAGE=1
  27. .PRODUCT_NAME=SQL*Net SPX
  28. .PRODUCT_VERSION=1.1.1.0
  29. .PRODUCT_NUMBER=21
  30.  
  31. .CHECKREG %PRODUCT_NUMBER%
  32.  PRODUCT
  33.  VERSION
  34.  
  35. .<CHECK_INST>
  36.  
  37. .IF (%INSTALL_CHECKED%!=1)
  38.  .IF (%PRODUCT%=="")
  39.   .IF (%DISK_USAGE% > %FREE_SPACE%)
  40.  
  41.    .SELECTPROMPT
  42.     USER_RESP
  43.     There is insufficient disk space on drive %ORACLE_DISK%: to install this product.
  44.     Would you like to attempt to install anyway?
  45.     <DISK_SPACE_HELP>
  46.     1     No
  47.     2     Yes
  48.  
  49.    .IF (%USER_RESP%==999 || %USER_RESP%==1)
  50.     .EXIT
  51.    .ENDIF
  52.   .ENDIF
  53.  
  54.  .ELSE
  55.  
  56.   .SELECTPROMPT
  57.    USER_RESP
  58.    %PRODUCT_NAME% has already been installed.
  59.    Would you like to reinstall it?
  60.    <REINSTALL_HELP>
  61.    1     No
  62.    2     Yes
  63.  
  64.   .IF (%USER_RESP%==999 || %USER_RESP%==1)
  65.    .EXIT
  66.   .ENDIF
  67.  .ENDIF
  68. .ENDIF
  69.  
  70. .CLEARSCREEN
  71.  
  72. .MESSAGE
  73.  %NORMAL% Copying Client executables into %ORACLE_HOME%\BIN...
  74.  
  75. .FILES
  76. SQLSPX.EXE        59088   %ORACLE_HOME%\BIN\SQLSPX.EXE
  77. SQLSPX.PXE        25120   %ORACLE_HOME%\BIN\SQLSPX.PXE
  78.  
  79. .MESSAGE
  80.  %NORMAL% Updating product registration information...
  81.  
  82. .REGISTERFILE
  83.  %PRODUCT_NUMBER% %PRODUCT_NAME%
  84.  %PRODUCT_VERSION%
  85.  <DEINSTALL>
  86.  
  87. .EXIT
  88.  
  89. .<DISK_SPACE_HELP>
  90. %PRODUCT_NAME% requires %DISK_USAGE%00K to install.  There is %FREE_SPACE%00K free on
  91. drive %ORACLE_DISK%:.  You may try to proceed anyway.  Unless you plan to install
  92. only a portion of it or you are reinstalling after an unsuccessful
  93. installation, ORAINST will probably terminate abnormally.
  94.  
  95. .<REINSTALL_HELP>
  96. %PRODUCT_NAME% has an entry in REGISTER.ORA, indicating that it has
  97. been installed previously.  You may either abort this installation and
  98. save the version you have already installed, or you may reinstall and
  99. overwrite the existing version.  Entry in REGISTER.ORA follows.
  100.  
  101. Product:  %PRODUCT%
  102. Version:  %VERSION%
  103.  
  104. .<DEINSTALL>
  105.  
  106.