home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------------
- #
- # FILE
- # INSTALL.ORI
- # V2 installation script language interpreter file.
- #
- # DESCRIPTION
- # Installation file for the Client Manager disk.
- #
- # MODIFIED
- # Tim Kelley 19-FEB-90 Original version
- #
- #
- #-------------------------------------------------------------------------
-
- #-------------------------------------------------------------------------
- # Generate symbols for Disk Volume label and Jacket label for disks.
- #-------------------------------------------------------------------------
- .LABELGEN
- u
- V51C MGR %u
- Client Manager Disk %u
-
- .FILES -NOCOPY
- INSTALL.ORI 3760
-
- .BOTH_USAGE=2
- .REAL_USAGE=1
- .PROT_USAGE=1
- .PRODUCT_NAME=Client Manager
- .PRODUCT_VERSION=1.0.2
- .PRODUCT_NUMBER=27
-
- .CHECKREG 27
- PRODUCT
- VERSION
-
- .<CHECK_INST>
-
- .IF (%INSTALL_CHECKED%!=1)
- .SELECTPROMPT
- MODE
- Would you like to install protected, real, or both modes of executables?
- <MODEHELP>
- 1 Protected mode only
- 2 Real mode only
- 3 Both real and protected modes
- .IF (%MODE%==999)
- .EXIT
- .ENDIF
-
- .IF (%MODE%==1)
- .DISK_USAGE=%PROT_USAGE%
- .ELSE
- .IF (%MODE%==2)
- .DISK_USAGE=%REAL_USAGE%
- .ELSE
- .DISK_USAGE=%BOTH_USAGE%
- .ENDIF
- .ENDIF
-
- .<CHECK_SPACE>
- .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)
- .EXIT
- .ENDIF
- .IF (%USER_RESP%==999)
- .GOTO <CHECK_INST>
- .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)
- .EXIT
- .ENDIF
- .IF (%USER_RESP%==999)
- .GOTO <CHECK_INST>
- .ENDIF
- .ENDIF
- .ENDIF
-
- .CLEARSCREEN
-
- .IF (%MODE%!=1)
- .MESSAGE
- %NORMAL% Copying Client Manager executable into %ORACLE_HOME%\BIN...
-
- .FILES
- CLIMGR.EXE 32901 %ORACLE_HOME%\BIN\CLIMGR.EXE
- .ENDIF
-
- .IF (%MODE%!=2)
- .MESSAGE
- %NORMAL% Copying Protected-mode Executables into %ORACLE_HOME%\PBIN...
-
- .FILES
- CLIMGR.PXE 43681 %ORACLE_HOME%\PBIN\CLIMGR.PXE
-
- .SYSCALL -QUIET
- COPY %ORACLE_HOME%\PBIN\PLOADR.COM %ORACLE_HOME%\PBIN\CLIMGR.COM >NUL
-
- .ENDIF
-
- .MESSAGE
- %NORMAL% Copying Client Manager message files into %ORACLE_HOME%\BIN...
-
- .FILES
- CLIMGR.SCR 13792 %ORACLE_HOME%\BIN\CLIMGR.SCR
- CLIUSER.SCR 3 %ORACLE_HOME%\BIN\CLIUSER.SCR
-
- .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%
-
- .<MODEHELP>
- Normally, you will install protected-mode executables. If you do not have
- extended memory or you are installing on an 8088- or 8086-based PC, choose
- real-mode executables. If you are unsure, choose both.
-
-
- .<DEINSTALL>
-
-