home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a522 / 37.ddi / INSTALL.ORI next >
Encoding:
Text File  |  1991-03-19  |  3.6 KB  |  137 lines

  1. #-------------------------------------------------------------------------
  2. #
  3. # FILE
  4. #       INSTALL.ORA
  5. #       V2 installation script language interpreter file.
  6. #
  7. # DESCRIPTION
  8. #       This is the INSTALL.ORI file for the V6.0 Support disk.
  9. #
  10. # OWNER
  11. #       Tim Kelley
  12. #
  13. # CREATION DATE
  14. #       28-NOV-90
  15. #
  16. #-------------------------------------------------------------------------
  17.  
  18. #-------------------------------------------------------------------------
  19. # Generate symbols for Disk Volume label and Jacket label for disks.
  20. #-------------------------------------------------------------------------
  21. .LABELGEN
  22. i
  23. V60 SUPP %i
  24. DOS Required Support Files Disk %i
  25.  
  26. .FILES -NOCOPY
  27. INSTALL.ORI        3661
  28.  
  29. .DISK_USAGE=4
  30. .PRODUCT_NAME=Support Files
  31. .PRODUCT_VERSION=6.0.31.2.2
  32. .PRODUCT_NUMBER=34
  33.  
  34. .CHECKREG %PRODUCT_NUMBER%
  35.  PRODUCT
  36.  VERSION
  37.  
  38. .<CHECK_INST>
  39.  
  40. .IF (%INSTALL_CHECKED%!=1)
  41.  .IF (%PRODUCT%=="")
  42.   .IF (%DISK_USAGE% > %FREE_SPACE%)
  43.  
  44.    .SELECTPROMPT
  45.     USER_RESP
  46.     There is insufficient disk space on drive %ORACLE_DISK%: to install this product.
  47.     Would you like to attempt to install anyway?
  48.     <DISK_SPACE_HELP>
  49.     1     No
  50.     2     Yes
  51.  
  52.    .IF (%USER_RESP%==1 || %USER_RESP%==999)
  53.     .EXIT
  54.    .ENDIF
  55.   .ENDIF
  56.  
  57.  .ELSE
  58.   .SELECTPROMPT
  59.    USER_RESP
  60.    %PRODUCT_NAME% has already been installed.
  61.    Would you like to reinstall it?
  62.    <REINSTALL_HELP>
  63.    1     No
  64.    2     Yes
  65.  
  66.   .IF (%USER_RESP%==1 || %USER_RESP%==999)
  67.    .EXIT
  68.   .ENDIF
  69.  .ENDIF
  70. .ENDIF
  71.  
  72. .MESSAGE
  73.  %NORMAL% Copying message files to %ORACLE_HOME%\DBS...
  74.  
  75. .FILES
  76. LCDUS.MSB          3072   %ORACLE_HOME%\DBS\LCDUS.MSB
  77. ORAUS.MSB         59904   %ORACLE_HOME%\DBS\ORAUS.MSB
  78. SOSDUS.MSB         4096   %ORACLE_HOME%\DBS\SOSDUS.MSB
  79.  
  80. .MESSAGE
  81.  %NORMAL% Copying ORACLE's Protected-Mode Executive into %ORACLE_HOME%...
  82.  
  83. .FILES
  84. SQLPME.EXE        40921   %ORACLE_HOME%\BIN\SQLPME.EXE
  85. REMPME.EXE        76153   %ORACLE_HOME%\BIN\REMPME.EXE
  86. REMORA.EXE        75807   %ORACLE_HOME%\BIN\REMORA.EXE
  87. MACHTYPE.EXE      39705   %ORACLE_HOME%\BIN\MACHTYPE.EXE
  88. SQLPME.MSG         2459   %ORACLE_HOME%\DBS\SQLPME.MSG
  89. REMPUS.MSB         2048   %ORACLE_HOME%\DBS\REMPUS.MSB
  90. RMRAUS.MSB         2560   %ORACLE_HOME%\DBS\RMRAUS.MSB
  91. PLOADR.COM         2105   %ORACLE_HOME%\PBIN\PLOADR.COM
  92.  
  93. .CLEARSCREEN
  94. .MESSAGE
  95.  %NORMAL% In order to run its Protected-Mode Executive, ORACLE must
  96.  know the type of machine on which it is installed.  Please follow the
  97.  prompts and select the type of machine you are using.  If you are
  98.  using an extended-memory manager such as QEMM(R) you will be able to
  99.  choose it instead.
  100.  
  101.  Note: you may reselect your machine type at any time by typing
  102.  MACHTYPE at the DOS prompt.
  103.  
  104. .PAUSE
  105.  
  106. .SYSCALL
  107.  MACHTYPE %ORACLE_HOME%\CONFIG.ORA
  108.  
  109. .CLEARSCREEN
  110. .MESSAGE
  111.  %NORMAL% Updating registration information...
  112.  
  113. .REGISTERFILE
  114.  %PRODUCT_NUMBER% %PRODUCT_NAME%
  115.  %PRODUCT_VERSION%
  116.  <DEINSTALL>
  117.  
  118. .EXIT
  119.  
  120. .<DISK_SPACE_HELP>
  121. %PRODUCT_NAME% requires %DISK_USAGE%00K to install.  There is %FREE_SPACE%00K free on
  122. drive %ORACLE_DISK%:.  You may try to proceed anyway.  Unless you plan to install
  123. only a portion of it or you are reinstalling after an unsuccessful
  124. installation, ORAINST will probably terminate abnormally.
  125.  
  126. .<REINSTALL_HELP>
  127. %PRODUCT_NAME% has an entry in REGISTER.ORA, indicating that it has
  128. been installed previously.  You may either abort this installation and
  129. save the version you have already installed, or you may reinstall and
  130. overwrite the existing version.  Entry in REGISTER.ORA follows.
  131.  
  132. Product:  %PRODUCT%
  133. Version:  %VERSION%
  134.  
  135. .<DEINSTALL>
  136.  
  137.