home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1992-05-24 | 11.1 KB | 485 lines |
- @DefineProject
- @Name = "Tempra(TM) SPECIAL EDITION" /* Product Textual Name: */
- @Version = "2.00"
- @OutDrive = C
- @Subdir = "\\TEMPRA\\"
-
-
- @InDiskBell = 1
- @Requires 4000000
- @EndProject
-
-
-
-
- @Display
- @Cls
- Tempra(TM) SPECIAL EDITION (Screen 1.0)
- =======================================
-
- This program will install @Name @Version
- on your computer system and verify the integrity of the
- distribution disk(s).
-
- You may press the [Esc] key at any time to abort the installation.
-
- INSTALL will ask you several questions about your computer
- hardware. 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
-
-
- @Display
- @Cls
- Tempra(TM) SPECIAL EDITION (Screen 2.0)
- =======================================
-
- Now your system configuration will be determined and displayed.
-
- Your system configuration:
-
- DOS Version: @OSMajor.@OSMinor
- EMM Version: @EMMMajor.@EMMMinor
- EMM Available (in bytes): @EMMAvail
- EMM Installed (in bytes): @EMMTotal
- RAM Installed (in bytes): @RAMTotal
- RAM Free (in bytes): @RamAvail
- Input drive: @InDrive
-
- You are running on an 80@CPU CPU
- @If (@RamAvail <500)
- @Cls
-
- You do need at least 500K free to
- run @Name @Version.
-
- @Pause
- @Abort
-
- @Endif
-
-
- @If (@VideoGraph == 0)
- @Cls
-
- You do need a CGA,EGA or VGA card to
- run @Name @Version.
-
- @Pause
- @Abort
-
- @Endif
-
- @Pause
- @EndDisplay
-
-
-
- @GetOutDrive
-
- @Suppress A
- @Suppress B
-
- @Cls
- Tempra(TM) SPECIAL EDITION (Screen 3.0)
- =======================================
-
-
-
-
-
-
-
-
-
-
-
-
-
- On which disk drive do you wish to install @Name?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the disk drive you wish to install to and then press the
- [Enter] key.
-
- @EndOutDrive
-
- @GetSubdir
- @Cls
- Tempra(TM) SPECIAL EDITION (Screen 4.0)
- =======================================
-
- Now you need to specify the disk destination subdirectory.
- The subdirectory is the location on your disk where the
- @Name system will be installed.
- If you don't know what a "subdirectory" is, you probably
- need not worry about it, and should hit <Enter> for the
- next prompt.
-
- If you are using a subdirectory system, and the DOS PATH command,
- and you install the @Name in the
- @Subdir subdirectory, you will probably want to
- modify the PATH so that it includes the
- subdirectory @Subdir in addition to the current subdirectories.
-
- Now you need to enter the subdirectory to install
- @NAME on.
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
-
-
- @EndSubdir
-
-
- @DefineVars
- @Dir @dvPic = "@Subdir\\PIC\\"
- @Dir @dvSpr = "@Subdir\\SPR\\"
- @Dir @dvTxt = "@Subdir\\TXT\\"
- @Dir @dvSeq = "@Subdir\\SEQ\\"
- @Dir @dvAud = "@Subdir\\AUD\\"
- @Dir @dvFnt = "@Subdir\\FNT\\"
-
- //@Qstring @VVPAINT = "Tempra"
- @Qstring @EDITOR = "Textedit"
- @Qstring @EDITORPATH = ""
- @Qstring @PROGX = ""
- @Qstring @PROGXPATH = ""
- //@Qstring @VVMODE = "SGA_2E"
-
- @EndVars
-
- @Display
- @Cls
- Tempra(TM) SPECIAL EDITION (Screen 5.0)
- =======================================
-
- Next choose one of the recommended startup resolutions and
- color depth settings. Select the one most appropriate to
- your display system.
-
- Other specific modes can be set from within @NAME.
-
- (ranging from 320x200 4 colors to 800x600 32768 colors)
-
- If you have a vesa driver on your system please
- make sure it is loaded prior to installation.
-
- @Pause
-
-
- @EndDisplay
-
- @GetOption
-
- Please select your startup video mode.
-
- @Option 100 = " 320x200 256 colors"
- @Option 101 = " 640x480 256 colors"
- @Option 102 = " 800x600 256 colors"
- @Option 103 = "1024x768 256 colors"
- @Option 104 = " 640x480 32768 colors"
-
- @EndOption
-
-
- @If (100 [= @Option)
- @DefineVars
- @Qstring @VVMODE = "VGA_13"
- @EndVars
- @EndIf
-
- @If (101 [= @Option)
- @DefineVars
- @Qstring @VVMODE = "SGA_2E"
- @EndVars
- @EndIf
-
- @If (102 [= @Option)
- @DefineVars
- @Qstring @VVMODE = "SGA_30"
- @EndVars
- @EndIf
-
- @If (103 [= @Option)
- @DefineVars
- @Qstring @VVMODE = "SGA_38"
- @EndVars
- @EndIf
-
- @If (104 [= @Option)
- @DefineVars
- @Qstring @VVMODE = "TL4_2E"
- @EndVars
- @EndIf
-
- @GetString @EDITOR
-
- @Prompt = "Please enter the name of your word processor"
- @EndString
-
- @GetString @EDITORPATH
-
- @Prompt = "Please enter word processor directory "
-
- @EndString
-
- @GetString @PROGX
-
- If you have a frequently used program that you would
- like to call from @Name enter it here. If you are not
- sure what this means just press enter.
-
- @Prompt = "Please enter program name "
- @EndString
-
- @GetString @PROGXPATH
- @Prompt = "Please enter program directory "
-
- @EndString
-
- @GetOption
- @Cls
- Tempra(TM) SPECIAL EDITION (Screen 8.0)
- =======================================
-
- @Option 1 = "Read the READ.ME file after installation."
- @Option 2 = "Don't read the READ.ME file after installation."
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @EndOption
-
-
-
- @SetConfig
- @AskOverwrite
- @Buffers = 10
- @Files = 10
- @EndConfig
-
- @SetAutoexec
-
- @AskOverwrite
- @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
- @SetReplace("TMP","@OutDrive:\\")
- @SetReplace("VVMODE","@VVMODE")
- @SetReplace("EDITOR","@EDITOR")
- @SetReplace("PROGX","@PROGX")
- @SetReplace("VVPAINT","Tempra")
-
-
- @EndAutoexec
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @DefineDisk
- @Label = "Disk 1"
-
- @If (@Exists "READ.ME2")
- @File READ.ME2
- @Endif
-
- @BeginLib INSTALL.001
-
- @File READ.ME
- @File RESELLER.TXT
- @File TEMPRA.EXE
- @File TEMPRA.OVL
- @File SVGACORE.DRV
- @File HIGHCORE.DRV
- @File BDRV.PDT
- @File SWISSB37.BSF
- @File TEMPRA.PIF
- @File TEMPRA.ICO
- @File TEMPRA.INF
- @File SWISS10.BSF
- @File SWISS16.BSF
- @File SWISSB20.BSF
- @File SWISSB62.BSF
- @File FP10.BSF
- @File DUTCHB62.BSF
- @File DUTCH10.BSF
- @File DUTCH16.BSF
- @File DUTCHB20.BSF
- @File DUTCHB37.BSF
- @File FP12.BSF
- @File FPB10.BSF
- @File FPB12.BSF
- @File DEFAULT.FON
- @File SUPPORT.TXT
- @File TPROGIF.VER
- @File TMP @OUT \@dvPic\*.*
- @File TMP @OUT \@dvSpr\*.*
- @File TMP @OUT \@dvTxt\*.*
- @File TMP @OUT \@dvSeq\*.*
- @File TMP @OUT \@dvAud\*.*
- @File TMP @OUT \@dvFnt\*.*
- @File ASC10.KST @OUT \@dvfnt\*.*
- @File ASC15.KST @OUT \@dvfnt\*.*
- @File ASC15B.KST @OUT \@dvfnt\*.*
- @File ASC20.KST @OUT \@dvfnt\*.*
- @File ASC20B.KST @OUT \@dvfnt\*.*
- @File BLOCK10.KST @OUT \@dvfnt\*.*
- @File BLOCK20.KST @OUT \@dvfnt\*.*
- @File BLOCK30.KST @OUT \@dvfnt\*.*
- @File BLOCK40.KST @OUT \@dvfnt\*.*
- @File COUR20.KST @OUT \@dvfnt\*.*
- @File COUR25.KST @OUT \@dvfnt\*.*
- @File COUR30.KST @OUT \@dvfnt\*.*
- @File COUR35.KST @OUT \@dvfnt\*.*
- @File COUR37.KST @OUT \@dvfnt\*.*
- @File COUR40.KST @OUT \@dvfnt\*.*
- @File FUTURA10.KST @OUT \@dvfnt\*.*
- @File FUTURA20.KST @OUT \@dvfnt\*.*
- @File FUTURA30.KST @OUT \@dvfnt\*.*
- @File FUTURA40.KST @OUT \@dvfnt\*.*
- @File HELV13.KST @OUT \@dvfnt\*.*
- @File HELV15.KST @OUT \@dvfnt\*.*
- @File HELV20.KST @OUT \@dvfnt\*.*
- @File HELV21.KST @OUT \@dvfnt\*.*
- @File HELV25.KST @OUT \@dvfnt\*.*
- @File HELV30.KST @OUT \@dvfnt\*.*
- @File HELV31.KST @OUT \@dvfnt\*.*
- @File HELV40.KST @OUT \@dvfnt\*.*
- @File SERIF25.KST @OUT \@dvfnt\*.*
- @File TIMES20.KST @OUT \@dvfnt\*.*
- @File TIMES25.KST @OUT \@dvfnt\*.*
- @File TIMES25I.KST @OUT \@dvfnt\*.*
- @File TIMES30.KST @OUT \@dvfnt\*.*
- @File TIMES37B.KST @OUT \@dvfnt\*.*
- @File TIMES40.KST @OUT \@dvfnt\*.*
- @File TYPE25.KST @OUT \@dvfnt\*.*
- @File TYPE25B.KST @OUT \@dvfnt\*.*
- @File TYPE25I.KST @OUT \@dvfnt\*.*
- @File VG15X10.KST @OUT \@dvfnt\*.*
- @File VG15X10B.KST @OUT \@dvfnt\*.*
- @File VG20X.KST @OUT \@dvfnt\*.*
- @EndLib
- @EndDisk
-
-
- @DefineDisk
- @Label = "Disk 2"
-
- @BeginLib INSTALL.002
-
- @File TSHOW.BAT
- @File TSHOW.CFG
- @File CONFIGTS.EXE
- @File PWIN.EXE
- @File TEXTEDIT.EXE
- @File TSHOW.EXE
- @File TSU.BAT
- @File TSHOW.HLP
- @File TSU.HLP
- @File TSHOW.INX
- @File MESSAGE.VV
- @File TSHOW.NDT
- @File README.BAT
- @File TMP
- @File TSHOW.ICO
- @File TSHOW.PIF
- @File DEMO.SEQ @OUT \@dvSeq\*.*
- @File GOTHIC.DAT @OUT \@dvfnt\*.*
- @File ITALIC.DAT @OUT \@dvfnt\*.*
- @File ROMAN.DAT @OUT \@dvfnt\*.*
- @File SCRIPT.DAT @OUT \@dvfnt\*.*
- @File TICON11.KST @OUT \@dvfnt\*.*
- @File TICON21.KST @OUT \@dvfnt\*.*
- @File TICON22.KST @OUT \@dvfnt\*.*
- @File DEMO.SEQ @OUT \@dvSeq\*.*
- @File MULTI.TXT @OUT \@dvTxt\*.*
- @File CLOSE.FLI @OUT \@dvPic\*.*
- @File CONGA.VOC @OUT \@dvAud\*.*
- @File SAMPLE.PCX @OUT \@dvPic\*.*
- @EndLib
-
-
- @EndDisk
-
-
-
-
- @Display
- @Cls
- Tempra(TM) SPECIAL EDITION
- =======================
-
-
-
- @ChDrive @OutDrive /* change to the output drive */
- @MkDir("@Subdir")
- @ChDir "@Subdir" /* change to the output subdirectory */
-
- // write default.pth
-
- @Write("@OutDrive:@SubDir\\DEFAULT.PTH", "wt", "********** This file contains paths **********\n")
- @Write("@OutDrive:@SubDir\\DEFAULT.PTH", "at", "@OutDrive:@dvPic [ picture directory ]\n")
- @Write("@OutDrive:@SubDir\\DEFAULT.PTH", "at", "@OutDrive:@dvSpr [ sprite directory ]\n")
- @Write("@OutDrive:@SubDir\\DEFAULT.PTH", "at", "@OutDrive:@dvTxt [ text directory ]\n")
- @Write("@OutDrive:@SubDir\\DEFAULT.PTH", "at", "@OutDrive:@dvSeq [ sequence directory ]\n")
- @Write("@OutDrive:@SubDir\\DEFAULT.PTH", "at", "@OutDrive:@dvAud [ audio directory ]\n")
- @Write("@OutDrive:@SubDir\\DEFAULT.PTH", "at", "@OutDrive:@dvFnt [ font directory ]\n")
-
-
-
- @EndDisplay
-
-
-
- @Finish
- @Cls
- @ChDrive @OutDrive /* change to the output drive */
- @MkDir("@Subdir")
- @ChDir "@Subdir" /* change to the output subdirectory */
-
-
- @If (@Exists "README.BAT")
- @System "TYPE READ.ME|MORE"
- @Pause
- @Endif
-
- @If (@Exists "README.BAT")
- @If (@Exists "READ.ME2")
- @System "TYPE READ.ME2|MORE"
- @Pause
- @Endif
- @Endif
-
-
-
- @EndFinish
-
-