/* * Motorola Inc. * * Project: MTSX RSS * Version: R06.00.00 * */ @DefineProject @Name = "MT2000, MTX8000, MTX9000, and MTS2000 RSS" @Version = "R06.00.00" @Subdir = "\\MRSS\\MTSX" @OutDrive = C @Requires @HardDisk @Terse @EndProject // ****************************************************************** @Display @movecstr(4,28,,"ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»") @movecstr(5,28,,"º º") @movecstr(6,28,,"ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ") @movecstr(5,36,,"MOTOROLA") Installation For The @Name Ver: @Version (c) Copyright Motorola, Inc. 1994 - 1997. All Rights Reserved @Pause @Cls @EndDisplay // ********************************************************************** @Display This utility will install the @Name (also referred to as the MTSX RSS) on your computer system and verify the integrity of the distribution disk(s). You may press the [Esc] key at any time to abort installation. INSTALL will ask you several questions during the installation. Each question has a default answer. If the default answer is correct, press the key in response to the question. Otherwise, type the answer and then press the key. @Pause @EndDisplay // ****************************************************************** @If (@CPU < 286) @Display The @Name will NOT run on your machine! You need a PC whose microprocessor is a 286 or better. A PC with a 486 microprocessor is Highly Recommended! @Abort @EndDisplay @EndIf // ****************************************************************** // check the extended memory available on the computer // if the ext memory is less than 3.0 Mb, then // abort the installation procedure, otherwise continue on @If (@ExtTotal < 3M) @Display The MTSX RSS requires a Minimum of 3.0 Mb of Extended Memory available in order to run. Your PC has @ExtAvail bytes of Extended RAM available. @Abort @EndDisplay @EndIf // ****************************************************************** GETDRIVE_AGAIN: @GetOutDrive @Suppress A @Suppress B @Cls Select drive for @Name installation. Use Up/Dn Arrow Keys to select drive, and press to accept. @EndOutDrive // ****************************************************************** // check the disk space available on the PC // if the disk space available is less than 2.5 Mb, then // abort the installation procedure, otherwise continue on @If (@DiskFree(@OutDrive) < 2500000) @Display You need at least 2.5 Mb of Hard-Disk space to install the @Name @Pause @Goto GETDRIVE_AGAIN @EndDisplay @EndIf // ****************************************************************** // get the subdirectory where the user will install this program // once the user has selected a directory, then make the directories // below it that are required by the RSS @GetSubDir @Cls Press to install the @Name in the default directory. You may specify an alternate directory for installation. @Prompt = " Installation Directory " @EndSubDir @If ("C:\\MRSS\\MTSX" != "@OutDrive:\\@Subdir") @If ("@Subdir" == "\\MRSS\\MTSX") @Display WARNING: Since you have elected to install the @Name onto a drive other than the default, you need to remember to change the configuration paths in RSS to match your choice. In RSS, under the CONFIGURATION PATHS AND PORT screen (MainMenu->F9->F3), the new configuration paths must be: FLASH Software Path:..@OutDrive:@Subdir\UPGRADE Bootstrap Code Path & FileName:.@OutDrive:@Subdir\UPGRADE\MTSXBOOT.ENC SRIB Software Path & Filename:..@OutDrive:@Subdir\SRIB\SMARTRIB.ENC @Pause @EndDisplay @ElseIf ("@OutDrive" == "C") @Display WARNING: Since you have elected to install the @Name onto a directory other than the default, you need to remember to change the configuration paths in RSS to match your choice. In RSS, under the CONFIGURATION PATHS AND PORT screen (MainMenu->F9->F3), the new configuration paths must be: FLASH Software Path:..@OutDrive:@Subdir\UPGRADE Bootstrap Code Path & FileName:.@OutDrive:@Subdir\UPGRADE\MTSXBOOT.ENC SRIB Software Path & Filename:..@OutDrive:@Subdir\SRIB\SMARTRIB.ENC @Pause @EndDisplay @Else @Display WARNING: Since you have elected to install the @Name onto a drive and a directory other than the defaults, you need to remember to change the configuration paths in RSS to match your choice. In RSS, under the CONFIGURATION PATHS AND PORT screen (MainMenu->F9->F3), the new configuration paths must be: FLASH Software Path:..@OutDrive:@Subdir\UPGRADE Bootstrap Code Path & FileName:.@OutDrive:@Subdir\UPGRADE\MTSXBOOT.ENC SRIB Software Path & Filename:..@OutDrive:@Subdir\SRIB\SMARTRIB.ENC @Pause @EndDisplay @Endif @Endif // ****************************************************************** // if the user selected to install any RSS program, then make the // required directories and inform him/her of changes that are required // to the 'autoexec.bat' and/or 'config.sys' files @MkDir("@OutDrive:\\@SubDir\\SYSKEY") @MkDir("@OutDrive:\\@SubDir\\OFP") @Display Make sure that the following lines exist in your CONFIG.SYS file*. FILES=30 DEVICE=C:\DOS\HIMEM.SYS DEVICE=C:\DOS\EMM386.SYS OFF NOTE: FILES=30 : The @Name uses many files internally. By allowing DOS to have up to 30 files open at any time, the @Name will run properly. DEVICE=C:\DOS\HIMEM.SYS : The MTSX RSS uses Extended Memory, therefore DOS should take advantage of this and use High Memory as well. DEVICE=C:\DOS\EMM386.SYS OFF : There are some conflicts between Extended Memory and Expanded Memory. To avoid having any problems, disable Expanded Memory. * Not all machines use HIMEM.SYS and EMM386.SYS. See your DOS and PC manual for more information about configuring your system. @Pause @EndDisplay // install the corresponding files for the Jedi RSS // add the @Option ### and the @Out ... commands as needed // ie. @File RUNTIME.EXE @Size 1200587 @Out @OutDrive:\@SubDir // NOTE THE SIZE OF THE ENC FILES MUST MATCH! // @File SMARTRIB.ENC @Size 17024 @Out @OutDrive:\@SubDir\SRIB\SMARTRIB.ENC // @File MTSXBOOT.ENC @Size 13452 @Out @OutDrive:\@SubDir\UPGRADE\MTSXBOOT.ENC @Copy("@InDrive:\\readme.txt", "@OutDrive:\\@SubDir\\readme.txt") @DefineDisk @Label = "Disk #1" @BeginLib MTSXINS.001 @File MTSX.ODB @Size 1666048 @File RUNTIME.EXE @Size 1209488 @EndLib @EndDisk @DefineDisk @Label = "Disk #2" @BeginLib MTSXINS.002 @File RUNTIME.EXE @AppendTo RUNTIME.EXE @File MTSXHOPT.MDF @Size 23539 @File SMARTRIB.ENC @Size 17024 @Out @OutDrive:\@SubDir\SRIB\SMARTRIB.ENC @File MTSXBOOT.ENC @Size 13460 @Out @OutDrive:\@SubDir\UPGRADE\MTSXBOOT.ENC @EndLib @EndDisk // now that we are done installing the files, check what was // installed, and remove any files that are not needed @Finish @ChDrive @OutDrive @ChDir "@SubDir" @MkDir("@OutDrive:\\@SubDir\\ARCHIVE") @Write("@OutDrive:\\@SubDir\\MTSX.BAT", "wt", "cd @OutDrive:\\@SubDir\n") @Write( , , "RUNTIME -o MTSX.ODB\n") @Copy("@OutDrive:\\@SubDir\\MTSX.BAT", "@OutDrive:\\*.*") @Cls Installation of @Name is now complete. @movecstr(4,3,,"To run the MTSX RSS program, type 'MTSX' at the DOS prompt.") @Pause @EndFinish /* end-of-file */