home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------------
- #
- # FILE
- # INSTALL.ORA
- # V2 installation script language interpreter file.
- #
- # DESCRIPTION
- # This is the INSTALL.ORI file for the V6.0 Support disk.
- #
- # OWNER
- # Tim Kelley
- #
- # CREATION DATE
- # 28-NOV-90
- #
- #-------------------------------------------------------------------------
-
- #-------------------------------------------------------------------------
- # Generate symbols for Disk Volume label and Jacket label for disks.
- #-------------------------------------------------------------------------
- .LABELGEN
- i
- V60 SUPP %i
- Windows Required Support Files Disk %i
-
- .FILES -NOCOPY
- INSTALL.ORI 2823
-
- .DISK_USAGE=4
- .PRODUCT_NAME=Support Files
- .PRODUCT_VERSION=6.0.31.2.2
- .PRODUCT_NUMBER=34
-
- .CHECKREG %PRODUCT_NUMBER%
- PRODUCT
- VERSION
-
- .<CHECK_INST>
-
- .IF (%INSTALL_CHECKED%!=1)
- .IF (%PRODUCT%=="")
- .IF (%DISK_USAGE% > %FREE_SPACE%)
-
- .SELECTPROMPT
- USER_RESP
- There is insufficient disk space on drive %ORACLE_DISK%: to install this product.
- Would you like to attempt to install anyway?
- <DISK_SPACE_HELP>
- 1 No
- 2 Yes
-
- .IF (%USER_RESP%==1 || %USER_RESP%==999)
- .EXIT
- .ENDIF
- .ENDIF
-
- .ELSE
- .SELECTPROMPT
- USER_RESP
- %PRODUCT_NAME% has already been installed.
- Would you like to reinstall it?
- <REINSTALL_HELP>
- 1 No
- 2 Yes
-
- .IF (%USER_RESP%==1 || %USER_RESP%==999)
- .EXIT
- .ENDIF
- .ENDIF
- .ENDIF
-
- .MESSAGE
- %NORMAL% Copying message files to %ORACLE_HOME%\DBS...
-
- .FILES
- LCDUS.MSB 3072 %ORACLE_HOME%\DBS\LCDUS.MSB
- ORAUS.MSB 59904 %ORACLE_HOME%\DBS\ORAUS.MSB
- SOSDUS.MSB 4096 %ORACLE_HOME%\DBS\SOSDUS.MSB
-
- .MESSAGE
- %NORMAL% Copying ORACLE Windows DLLs into %ORACLE_HOME%\BIN...
-
- .FILES
- ORA6WIN.DLL 235767 %ORACLE_HOME%\BIN\ORA6WIN.DLL
- SQL13WIN.DLL 37407 %ORACLE_HOME%\BIN\SQL13WIN.DLL
-
- .MESSAGE
- %NORMAL% Updating registration information...
-
- .REGISTERFILE
- %PRODUCT_NUMBER% %PRODUCT_NAME%
- %PRODUCT_VERSION%
- <DEINSTALL>
-
- .EXIT
-
- .<DISK_SPACE_HELP>
- %PRODUCT_NAME% requires %DISK_USAGE%00K to install. There is %FREE_SPACE%00K free on
- drive %ORACLE_DISK%:. You may try to proceed anyway. Unless you plan to install
- only a portion of it or you are reinstalling after an unsuccessful
- installation, ORAINST will probably terminate abnormally.
-
- .<REINSTALL_HELP>
- %PRODUCT_NAME% has an entry in REGISTER.ORA, indicating that it has
- been installed previously. You may either abort this installation and
- save the version you have already installed, or you may reinstall and
- overwrite the existing version. Entry in REGISTER.ORA follows.
-
- Product: %PRODUCT%
- Version: %VERSION%
-
- .<DEINSTALL>
-
-