home *** CD-ROM | disk | FTP | other *** search
- ;***********************************************************************
- ; File : CONTROL.ICF
- ; Date : 4th April 1994
- ; Author : Koh Chin Kok
- ; Purpose : Installation control script file for Creative Installation
- ; Program, INSTALL.EXE. INSTALL reads this file and installs
- ; the different components selected by user to the specified
- ; directories as defined for them
- ; Remark : Adapted from Hariharan Mahadevan's program
- ;***********************************************************************
-
- ;
- ; Default
- ;
- [System]
- title=Creative Multimedia Installation
- progress=none
- logo=none
- BaseDirVar=CTVIDEO
- BaseDir=C:\CTVIDEO
- ; total number of installable components
- groups=4
- ; each component's section name
- group_1=%Drivers%
- group_2=%VBSetup%
- group_3=%VKit%
- group_4=%VBConfigure%
- ; total number of installation disk
- disks=1
- ; volume label of each installation disk
- diskname_1=DISK_1
-
- ;
- ; Default group is installed before any of the groups are installed
- ;
- [Default]
- ; size in KB
- Size=12
- ; Source directory from where the files are to be read
- SourceDir=$(SPATH)\ICONS,$(SPATH)\TEXT,$(SPATH)\DLL
- ; Target directory where the files to be copied
- TargetDir=$(BASEDIR),$(BASEDIR),$(BOOTDRIVE)\OS2\DLL
- ; Disk number where the files of this group can be found
- DiskNumber=1
- ; Definition of workplace object to be created
- WPObject=%WPDefault,WPReadme%
-
- ;
- ; Video drivers
- ;
- [Drivers]
- Name=Video Blaster SE100 Drivers
- Size=132
- SourceDir=$(SPATH)\DRIVERS\SYS,$(SPATH)\DRIVERS\DLL2
- TargetDir=$(MMBASE),$(MMBASE)\DLL
- DiskNumber=1
- DLLName=$(SPATH)\VBINSTL.DLL
- DLLEntryPoint=VBInstall
- Minstall=FALSE
-
- ;
- ; Video Blaster Setup
- ;
- [VBSetup]
- Name=Video Blaster SE100 Setup
- Size=34
- SourceDir=$(SPATH)\VBSESTUP
- TargetDir=$(BASEDIR)
- DiskNumber=1
- WPObject=%WPVBSetup%
-
- ;
- ; Video Kit
- ;
- [VKit]
- Name=Video Kit
- Size=101
- SourceDir=$(SPATH)\VKIT
- TargetDir=$(BASEDIR)
- DiskNumber=1
- WPObject=%WPVKit%
-
- ;
- ; Video Blaster Configure
- ;
- [VBConfigure]
- Name=Video Blaster SE100 Configure
- Size=31
- SourceDir=$(SPATH)\VBSESET
- TargetDir=$(BASEDIR)
- DiskNumber=1
- WPObject=%WPVBConfigure%
-
- ;
- ; Definition for the Creative folder
- ;
- [WPDefault]
- ; The class name of the object to be created
- WPClassName=WPFolder
- ; Title for the object, displayed below the object icon
- WPTitle=Video Blaster
- ; Setup string for the object to be created
- WPSetupString=OBJECTID=<CTVIDEO>;ICONFILE=$(BASEDIR)\CTVIDEO.ICO
- ; Location of the object
- WPLocation=<WP_DESKTOP>
- ; Creation flags, valid values are
- ; 0 - FAIL IF THE OBJECT EXISTS
- ; 1 - REPLACE IF THE OBJECT EXISTS
- ; 2 - UPDATE IF THE OBJECT EXISTS
- WPFlags=2
-
- ;
- ; For creating Readme file in the above folder
- ;
- [WPReadme]
- WPClassName=WPProgram
- WPTitle=Readme.vse
- WPSetupString=EXENAME=E.EXE;PARAMETERS=$(BASEDIR)\README.VSE
- WPLocation=<CTVIDEO>
- WPFlags=1
-
- ;
- ; For creating the Icon for VBSetup in the above folder
- ;
- [WPVBSetup]
- WPClassName=WPProgram
- WPTitle=Video Blaster SE100 Setup
- WPSetupString=EXENAME=$(TPATH)\VBSESTUP.EXE;ICONFILE=$(TPATH)\VBSESTUP.ICO;STARTUPDIR=$(BASEDIR)
- WPLocation=<CTVIDEO>
- WPFlags=1
-
- ;
- ; For creating the Icon for Video Kit
- ;
- [WPVKit]
- WPClassName=WPProgram
- WPTitle=Video Kit
- WPSetupString=EXENAME=$(TPATH)\VKIT.EXE;ICONFILE=$(TPATH)\VKIT.ICO;STARTUPDIR=$(BASEDIR)
- WPLocation=<CTVIDEO>
- WPFlags=1
-
- ;
- ; For creating the Icon for VBConfigure
- ;
- [WPVBConfigure]
- WPClassName=WPProgram
- WPTitle=Video Blaster SE100 Configure
- WPSetupString=EXENAME=$(TPATH)\VBSESET.EXE;ICONFILE=$(TPATH)\VBSESET.ICO;STARTUPDIR=$(BASEDIR)
- WPLocation=<CTVIDEO>
- WPFlags=1
-
- ;
- ; If Minstall is to be lauched, which directory to launch it from ?
- ; The directory should have the control files required by MINSTALL
- ;
- [Minstall]
- Directory=$(TPATH)\DRIVERS
-