home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1996-03-21 | 9.6 KB | 369 lines |
- /*
- * Install Installation Script File
- *
- *
- * $Archive: /Modems/481X/Disk-Retail/INSTALL.DAT $
- * $Date: 3/21/96 12:45p $
- * $Revision: 9 $
- */
-
- @DEFINEPROJECT
- @Name = "Boca Office Communicator"
- @Version = "1.3"
- @Immediate = 1
- @OutDrive = C
- @SubDir = "\\FDVSP"
- @EndProject
- /*=========================================================================*/
- @DefineVars
- @Qstring @Product = "Boca Office Communicator Driver & Utilities"
- @Integer @TextColor = 27
- @Integer @ROW = 1
- @Integer @COL = 0
- @Integer @COLOR5 = 31
- @Dir @WinDir = "\\WINDOWS"
- @Drive @WinDrv = C
- @EndVars
-
- /*=========================================================================*/
- @display
- @CLS
- @enddisplay
- @MoveCStr(2+10,19,116,"┌─────────────────────────────────────┐")
- @MoveCStr(2+11,19,116,"│ │")
- @MoveCStr(2+12,19,116,"│ │")
- @MoveCStr(2+13,19,116,"│ │")
- @MoveCStr(2+14,19,116,"│ │")
- @MoveCStr(2+15,19,116,"│ │")
- @MoveCStr(2+16,19,116,"│ ┌──────────────────────────┐ │")
- @MoveCStr(2+17,19,116,"│ │ R E S E A R C H , I N C .│ │")
- @MoveCStr(2+18,19,116,"└─────┴──────────────────────────┴────┘")
- @MoveCStr(2+11,25,113,"█████ ██████ ██████ ██████")
- @MoveCStr(2+12,25,113,"██ █ ██ ██ ██ ██ ██")
- @MoveCStr(2+13,25,113,"██████ ██ ██ ██ ██████")
- @MoveCStr(2+14,25,113,"██ █ ██ ██ ██ ██ ██")
- @MoveCStr(2+15,25,113,"██████ ██████ ██████ ██ ██")
-
-
- @MoveCStr(@ROW+0,@COL+0,@COLOR5," █▀█ █▀▀█ █▀▀█ █▀▀█")
- @MoveCStr(@ROW+1,@COL+0,@COLOR5," █▀▀█ █ █ █ █▀▀█")
- @MoveCStr(@ROW+2,@COL+0,@COLOR5," ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀ ▀")
- @MoveCStr(@ROW+3,@COL+0,@COLOR5," █▀▀█ █▀▀▀ █▀▀▀ ▀█▀ █▀▀█ █▀▀▀")
- @MoveCStr(@ROW+4,@COL+0,@COLOR5," █ █ █▀▀ █▀▀ █ █ █▀")
- @MoveCStr(@ROW+5,@COL+0,@COLOR5," ▀▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀▀ ▀▀▀▀")
- @MoveCStr(@ROW+6,@COL+0,@COLOR5," █▀▀█ █▀▀█ █▀█▀█ █▀█▀█ █ █ █▀▀█ ▀█▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀█ █▀█")
- @MoveCStr(@ROW+7,@COL+0,@COLOR5," █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █▀▀█ █ █ █ █▀▀█")
- @MoveCStr(@ROW+8,@COL+0,@COLOR5," ▀▀▀▀ ▀▀▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀")
- @MoveCStr(@ROW+9,@COL+0,@COLOR5," FDVSP34I & FDV34SVD Drivers and Utilities ")
-
- @MoveCStr(21,01,31," Copyright(c) 1993-1996 Boca Research, Inc. All rights reserved. ")
- @MoveCStr(22,01,31," Press any key to continue...")
-
- @spawn("KBHIT 90");
- /*=========================================================================*/
-
- @Display
- @Cls
- @Name
- Release @Version
-
-
- This program will install the @Product
- on your computer and verify the integrity of the distribution
- disk. You may press the [Esc] key at any time to abort the instal-
- lation.
-
- Each question has a default answer. If the default answer is correct,
- press the ENTER key in response to the question. Otherwise, type the
- answer and then press the ENTER key.
-
- If you make a mistake while typing, press the BACKSPACE key and then
- retype the answer.
-
- @Pause
- @EndDisplay
-
- /*=========================================================================*/
- @if (((@OSMajor * 100) +@OSMinor) > 620)
- @GetOption
-
-
-
-
-
-
-
-
- Install has detected that you may be using Windows 95.
-
- Users of Windows 95 must exit install and follow the
- instructions in the manual. The Boca Office Communicator
- is a Plug and Play device and is installed by Windows 95
- instead of Install.
-
- @Option 105 = "This computer uses Windows 95."
- @Option 106 = "Exit Install."
- @Option 107 = "Install anyway."
-
-
- @EndOption
- @endif
-
- @if( 105 [= @Option)
- @exit
- @endif
- @if( 106 [= @Option)
- @exit
- @endif
-
- /*=========================================================================*/
- @if (@PNPBIOS != 0)
- @GetOption
-
-
-
-
-
-
-
-
- Install has detected your system has a Plug and Play BIOS or you
- are already running a DOS/Windows ISA Configuration Utility.
-
- Please consult your computer documentation on how to configure Plug
- and Play devices such as the Boca Office Communicator on your system.
- @Option 105 = "This computer is Plug and Play ready."
- @Option 106 = "Exit Install."
- @Option 107 = "Install anyway."
-
-
- @EndOption
- @endif
-
- @if( 105 [= @Option)
- @exit
- @endif
- @if( 106 [= @Option)
- @exit
- @endif
-
-
- /*=========================================================================*/
- /*
- @if (@ISINWINDOWS != 0)
- @Getoption
-
-
-
-
-
-
- Install has detected that you are currently running Microsoft Windows.
-
- Install recommends that you exit install now, then exit Microsoft
- Windows before running install from the DOS prompt.
-
- @Option 106 = "Exit Install."
- @Option 107 = "Install anyway."
-
-
- @EndOption
- @endif
- */
- @if( 106 [= @Option)
- @exit
- @endif
-
- /*=========================================================================*/
- @Getoption
-
-
-
-
-
-
-
-
-
- Install recommends that it copy the files to drive @BOOTDRIVE:
-
- @Option 500 = "Continue."
- @Option 501 = "Choose Another Drive"
- @Option 502 = "Exit Install."
-
- @EndOption
- @if( 500 [= @Option)
- @OutDrive=C
- @Goto DriveDone
- @endif
-
- @if( 502 [= @Option)
- @exit
- @endif
-
-
- /*=========================================================================*/
- /*=========================================================================*/
- /*=========================================================================*/
-
-
- @GetOutDrive @Outdrive
- @suppress A:
- @suppress B:
- @Cls
- On which drive do you wish to install the
- @Name ?
- @EndOutDrive
-
- DriveDone:
-
- @GetSubdir
- @Cls
- To which directory do you want to install the configuration
- program?
-
-
-
- @PROMPT = " Which directory? "
- @EndSubdir
- @Endif
-
- /*=========================================================================*/
- @GetOption
-
-
-
-
-
-
-
-
-
- Install needs to know if you have Windows 3.1 , 3.11 or
- Windows for Workgroups 3.11 installed on this computer.
-
-
- @Option 200 = "This computer uses Windows 3.1, 3.11 or Windows for Workgroups 3.11"
- @Option 201 = "This computer uses DOS only"
- @Option 202 = "Exit Install Now"
-
-
- @Endoption
-
- @if( 202 [= @Option)
- @exit
- @endif
-
-
- /*=========================================================================*/
- @if( 200 [= @Option)
- @GetOutDrive @WinDrv
- @suppress A
- @suppress B
-
-
-
-
-
-
-
-
-
-
-
-
-
- What Drive is Windows Installed on?
-
- @EndOutDrive
- @endif
-
- @if( 200 [= @Option)
-
- @GetSubDir @WinDir
- @Cls
-
-
-
- @PROMPT = " What directory is Windows installed on Drive @WinDrv ?"
-
- @EndSubDir
-
- @endif
- /*=========================================================================*/
-
- @SetConfig
- @overwrite
- @Device="C:\\DWCFGMG.SYS"
- @endconfig
- /*=========================================================================*/
-
-
- @DefineDisk
- @Label = "Disk #1"
- @File SETMODEM.MSG @Out SETMODEM.MSG
- @File SETMODEM.EXE @Out SETMODEM.EXE
- @File ESCD.RF @Out C:\\ESCD.RF @AskOverwrite
- @File DWCFGMG.SYS @Out C:\\DWCFGMG.SYS @AskOverwrite
-
-
- @EndDisk
- /*=========================================================================*/
- @Write ("@OutDrive:\\@Subdir\\setmodem.ini","wt",";Setmodem Configuration File. Do Not Modify\n")
- @Write (,,";Use SETMODEM to configure the modem\n")
- @Write (,,"[System]\n");
- @Write (,,"LO_LID0=60233\n");
- @Write (,,"HI_LID0=4096\n\n");
- @Write (,,"LO_LID1=18698\n");
- @Write (,,"HI_LID1=3\n");
-
-
- @if( 200 [= @Option)
- @Write (,,"WinDir=@WinDrv:\\@WinDir\n\n");
- @endif
-
- /*=========================================================================*/
- @display
- @cls
-
-
- @name has been installed.
-
- Use the @OutDrive:@Subdir\SETMODEM command to configure the modem
- or view the modems configuration.
-
-
- @pause
- @enddisplay
-
- /*=========================================================================*/
- @Finish
-
-
- @reboot("Your system will now reboot. After your computer starts, run \n@OutDrive:@Subdir\\SETMODEM to configure the modem",1)
-
- @EndFinish
-
- /*=========================================================================*/
- /*
- The following statement is provided to comply with licensing
- stipulations for this install utility.
-
- ------------------------------------------------------------------
- | The installation program used to install these utilities, |
- | INSTALL, is licensed software provided by Knowledge |
- | Dynamics Corp, P.O. Box 780068, San Antonio, Texas, 78278 |
- | (USA). INSTALL is copyright (c) 1987-1993 by Knowledge |
- | Dynamics Corp which reserves all copyright protection |
- | worldwide. INSTALL is provided to you for the exclusive |
- | purpose of installing these utilites. The provider of the |
- | utilities is exclusively responsible for the support of |
- | these utilities, including support during the install phase. |
- | In no event will Knowledge Dynamics Corp provide any |
- | technical support for these utilities |
- ------------------------------------------------------------------
- */
- /*=========================================================================*/
- /*=========================================================================*/
- /*=========================================================================*/
-