home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Entertainment 15
/
EPISODE_15_JUL_1995.iso
/
demos
/
floppy
/
floppy.z
/
INSTALL.DAT
< prev
next >
Wrap
Text File
|
1993-09-10
|
10KB
|
321 lines
@DefineProject
@Name = "World War II"
@Version = "1.0"
@Subdir = "\\WW2"
@OutDrive = C
@InDiskBell = 1
@requires @harddisk
@assumeharddisk = 1
@immediate = 1
@EndProject
@DefineVars
@Integer @sound = 1000000
@Integer @program = 7000000
@Integer @total = 0
@EndVars
@movecstr(0,44,126,"╔═════════════════════════════╗")
@movecstr(1,44,126,"║ ║")
@movecstr(2,44,126,"╚═════════════════════════════╝")
@movecstr(1,45,244," Quantum Quality Productions")
@movecstr(3,46,0," ")
@movecstr(1,78,0," ")
@movecstr(2,78,0," ")
@movecstr(4,3,95,"╔═════════════════════════════════════════════════════════════╗")
@movecstr(5,3,95," ")
@movecstr(6,3,95," ")
@movecstr(7,3,95," ")
@movecstr(8,3,95," ")
@movecstr(9,3,95," ")
@movecstr(5,3,95,"║")
@movecstr(5,65,95,"║")
@movecstr(6,3,95,"║")
@movecstr(6,65,95,"║")
@movecstr(7,3,95,"║")
@movecstr(7,65,95,"║")
@movecstr(8,3,95,"║")
@movecstr(8,65,95,"║")
@movecstr(9,3,95,"║")
@movecstr(9,65,95,"║")
@movecstr(10,3,95,"╚═════════════════════════════════════════════════════════════╝")
@movecstr(5,14,95,"World War II - Battles of the South Pacific")
@movecstr(6,24,95,"Instalation Program")
@movecstr(8,14,95,"Thank you for your purchase")
@movecstr(11,5,0," ")
@movecstr(5,66,0," ")
@movecstr(6,66,0," ")
@movecstr(7,66,0," ")
@movecstr(8,66,0," ")
@movecstr(9,66,0," ")
@movecstr(10,66,0," ")
@movecstr(11,66,0," ")
@Display
@Move(14,10)
@pause
@EndDisplay
@if((@Cpu < 286) || (@Videocard != 86))
@GetOption
@LocalWindow(12,20)
@Option 50 = "Abort installation"
@Option 51 = "Install anyway"
This program requires at least a 286 and VGA
Use the [Up Arrow], [Down Arrow] keys to move the highlight bar to the
type of installation you prefer. Press [Enter] to select that type of
distribution.
@EndOption
@EndIf
@if(50 [= @option)
@Exit
@EndIf
@GetOption
@Cls
@LocalWindow(10,55)
@Option 100 = "Sound and Music drivers only"
@Option 101 = "WWII program installation"
@Option 102 = "Both"
Select the type of Installation you wish to perform
Use the [Up Arrow], [Down Arrow] keys to move the highlight bar to the
type of installation you prefer. Press [Enter] to select that type of
distribution.
@EndOption
@if(100 [= @option)
@total = @sound
@else
@total = @program
@endif
LIST_DRIVES:
@GetOutDrive
@Cls
@if(@Removable(A))
@Suppress A
@EndIf
@if(@Removable(B))
@Suppress B
@EndIf
@LocalWindow(12,63)
Please select the drive where you wish @Name
to be installed on your machine. Any drive
available can be used assuming you have access
rights to the drive you select, and there is
enough space available for installation.
Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the bar
to your selection and then press the [Enter] key.
@EndOutDrive
@If (@DiskFree @OutDrive < @total)
@GetOption
@LocalWindow(7,40)
@Name needs at least @total of free disk space to
install. You only have @DiskFree bytes available on drive @outdrive.
What would you like to do at this time?
@Option 1 = "Choose another drive"
@Option 2 = "Abort the installation"
@EndOption
@If (1 [= @Option)
@Goto LIST_DRIVES
@Elseif (2 [= @Option)
@Exit
@EndIf
@EndIf
@GetSubdir
@Cls
@LocalWindow(11,40)
Please select the PATH that you wish @Name to be installed under.
@EndSubdir
@if(101 [! @option)
@DefineDisk
@Label = "Disk #1 of 2"
@BeginLib WW2000.LBR
@File SNDSYS.COM @Size 5955 @out tmp\*.*
@File SBLASTER.COM @Size 4400 @out tmp\*.*
@File LSIZE.COM @Size 3120 @out tmp\*.*
@File SBPRO.COM @Size 4576 @out tmp\*.*
@File PAS16.COM @Size 5072 @out tmp\*.*
@File ADLIBG.COM @Size 5328 @out tmp\*.*
@File CVXSND.COM @Size 3120 @out tmp\*.*
@File PAUDIO.COM @Size 5040 @out tmp\*.*
@File SOURCE.COM @Size 3200 @out tmp\*.*
@File STFX.COM @Size 4448 @out tmp\*.*
@File ADLIB.COM @Size 3584 @out tmp\*.*
@File VMSND.COM @Size 3104 @out tmp\*.*
@File SMSND.COM @Size 3104 @out tmp\*.*
@File TANSLTL.COM @Size 2976 @out tmp\*.*
@File ECHOII.COM @Size 3216 @out tmp\*.*
@File MIDPAK.COM @Size 9600 @out tmp\*.*
@File ADLIB.ADD @Size 37 @out tmp\*.*
@File ADLIB.ADV @Size 14693 @out tmp\*.*
@File ADLIBG.ADV @Size 16175 @out tmp\*.*
@File GENMID.ADV @Size 10590 @out tmp\*.*
@File MMSYNTH.ADV @Size 7070 @out tmp\*.*
@File MT32MPU.ADV @Size 10590 @out tmp\*.*
@File PASFM.ADV @Size 15160 @out tmp\*.*
@File PASOPL.ADV @Size 16251 @out tmp\*.*
@File PCSPKR.ADV @Size 8306 @out tmp\*.*
@File SBFM.ADV @Size 14743 @out tmp\*.*
@File SBP1FM.ADV @Size 15153 @out tmp\*.*
@File SBP2FM.ADV @Size 16263 @out tmp\*.*
@File SC32MPU.ADV @Size 10590 @out tmp\*.*
@File WSS.ADV @Size 15991 @out tmp\*.*
@File SBP1FM.ADD @Size 43 @out tmp\*.*
@File GENMID.ADD @Size 43 @out tmp\*.*
@File MMSYNTH.ADD @Size 39 @out tmp\*.*
@File MT32MPU.ADD @Size 34 @out tmp\*.*
@File PASFM.ADD @Size 35 @out tmp\*.*
@File PASOPL.ADD @Size 45 @out tmp\*.*
@File PCSPKR.ADD @Size 38 @out tmp\*.*
@File SBFM.ADD @Size 44 @out tmp\*.*
@File SBP2FM.ADD @Size 41 @out tmp\*.*
@File SC32MPU.ADD @Size 37 @out tmp\*.*
@File SENSAT.ADV @Size 15991 @out tmp\*.*
@File WSS.ADD @Size 48 @out tmp\*.*
@File SETD.EXE @Size 55837 @out tmp\*.*
@File SETM.EXE @Size 40416 @out tmp\*.*
@File SENSAT.ADD @Size 38 @out tmp\*.*
@File TANDY.ADV @Size 8556 @out tmp\*.*
@File TANDY.ADD @Size 39 @out tmp\*.*
@File ADLIBG.ADD @Size 28 @out tmp\*.*
@File SBCLONE.COM @Size 4400 @out tmp\*.*
@EndLib
@EndDisk
@ChDrive(@OutDrive)
@ChDir("@SubDir\\tmp")
@Spawn("Setd.exe")
@Spawn("Setm.exe")
@Copy("@OutDrive:\\@SubDir\\tmp\\soundrv.com","@OutDrive:\\@SubDir\\*.*")
@Copy("@OutDrive:\\@SubDir\\tmp\\midpak.adv","@OutDrive:\\@SubDir\\*.*")
@ChDir("@SubDir")
@Delete("@OutDrive:\\@SubDir\\tmp\\*.*")
@RmDir("@OutDrive:\\@Subdir\\tmp")
@Endif
@if(100 [! @option)
@DefineDisk
@Label = "Disk #1 of 2"
@BeginLib WW2001.LBR
@File JAPMED.XMI @Size 1028
@File JAPRAZ.XMI @Size 248
@File JCAP.XMI @Size 232
@File USONG.XMI @Size 1716
@File USA.XMI @Size 2486
@File JSONG.XMI @Size 2774
@File UCAP.XMI @Size 714
@File USARAZ.XMI @Size 648
@File INTRO.XMI @Size 4768
@File USAMED.XMI @Size 1358
@File JAP.XMI @Size 1774
@File MIDWAY.SML @Size 23800
@File SEASTRK.SML @Size 23800
@File INVADE.SML @Size 23800
@File FLATTOPS.SML @Size 23800
@File FREE4ALL.SML @Size 23800
@File LIBERATE.SML @Size 23800
@File CLASH.SML @Size 23800
@File AMPHIB.SML @Size 23800
@File MOP-UP.SML @Size 23800
@File CORALSEA.SML @Size 23800
@File CORAL.SML @Size 23800
@File YAMAMOTO.SML @Size 23800
@File SOLOMON.SML @Size 23800
@File ESPERANC.SML @Size 23800
@File WW2.BAT @Size 94
@File MIDPAK.AD @Size 3622
@File OPEN.FLI @Size 1243304
@File AA.SPT @Size 11
@File ABOUT.SCN @Size 56207
@File AAPLAY.EXE @Size 81904
@File ORDERS2.SND @Size 15444
@File FLAK.SND @Size 2199
@File ORDERS1.SND @Size 15760
@File MG.SND @Size 24496
@File DROP.SND @Size 8466
@File GUNFIRE.SND @Size 9609
@File PLNGUN.SND @Size 11066
@File PLNHIT.SND @Size 3110
@File SONAR.SND @Size 21480
@File SPLASH.SND @Size 8752
@File TORP.SND @Size 12509
@File EXP1.SND @Size 8567
@File EXP2.SND @Size 8540
@File SMEXPL.SND @Size 5458
@File SINK.SPC @Size 273104
@File SHIP.SSC @Size 873600
@File MFILE.EXE @Size 9360
@File MIDPAK.COM @Size 13376
@File INVADE.QCK @Size 14139
@File MOP-UP.QCK @Size 14216
@File LIBERATE.QCK @Size 14345
@File AMPHIB.QCK @Size 13417
@File SEASTRK.QCK @Size 13070
@File CLASH.QCK @Size 12694
@File FLATTOPS.QCK @Size 13420
@File FREE4ALL.QCK @Size 13959
@File CORAL.BTL @Size 15695
@File MIDWAY.BTL @Size 13460
@File YAMAMOTO.BTL @Size 16049
@File ESPERANC.CMG @Size 15643
@File SOLOMON.CMG @Size 15822
@File CORALSEA.CMG @Size 15783
@File HIS1.DAT @Size 205
@File HIS2.DAT @Size 205
@EndLib
@EndDisk
@Fileattr("@OutDrive:\\@Subdir\\HIS1.dat","h+")
@Fileattr("@OutDrive:\\@Subdir\\HIS2.dat","h+")
@chain("Disk #2 of 2")
@Endif
@Finish
@ChDrive @OutDrive
@ChDir "@SubDir"
@Cls
The installation of @Name is now finished.
@Pause
@EndFinish
/* The installation program used to install WWII,
* INSTALL, is licensed software provided by Knowledge
* Dynamics Corp, P.O. BOX 1558, Canyon Lake, Texas 78130-1558
* (USA). INSTALL is Copyright (c) 1987-1992 by Knowledge
* Dynamics Corp which reserves all copyright protection
* worldwide. INSTALL is provided to you for the exclusive
* purpose of installing WWII. Quantum Quality Productions
* is exclusively responsible for the support of WWII,
* including support during the installation phase.
* In no event will Knowledge Dynamics Corp provide any
* technical support for WWII.
*/