home *** CD-ROM | disk | FTP | other *** search
- ;***********************************************************************
- ; File : CONTROL.ICF
- ; Date : 14.3.95
- ; 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=VBMP400
- BaseDir=C:\VBMP400
- ; total number of installable components
- groups=3
- ; each component's section name
- group_1=%Drivers%
- group_2=%VBSetup%
- group_3=%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 MP400 Drivers
- Size=84
- SourceDir=$(SPATH)\DRIVERS\SYS,$(SPATH)\DRIVERS\DSP,$(SPATH)\DRIVERS\DLL
- TargetDir=$(MMBASE),$(MMBASE)\DSP,$(MMBASE)\DLL
- DiskNumber=1
- DLLName=$(SPATH)\VBINSTL.DLL
- DLLEntryPoint=VBInstall
- Minstall=FALSE
-
- ;
- ; Video Blaster Setup
- ;
- [VBSetup]
- Name=Video Blaster MP400 Setup
- Size=91
- SourceDir=$(SPATH)\MP400STP
- TargetDir=$(BASEDIR)
- DiskNumber=1
- WPObject=%WPVBSetup%
-
- ;
- ; Video Blaster Configure
- ;
- [VBConfigure]
- Name=Video Blaster MP400 Configure
- Size=31
- SourceDir=$(SPATH)\MP400CFG
- 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 MP400
- ; Setup string for the object to be created
- WPSetupString=OBJECTID=<VBMP400>;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.vmp
- WPSetupString=EXENAME=E.EXE;PARAMETERS=$(BASEDIR)\README.VMP
- WPLocation=<VBMP400>
- WPFlags=1
-
- ;
- ; For creating the Icon for VBSetup in the above folder
- ;
- [WPVBSetup]
- WPClassName=WPProgram
- WPTitle=Video Blaster MP400 Setup
- WPSetupString=EXENAME=$(TPATH)\MP400STP.EXE;ICONFILE=$(TPATH)\MP400STP.ICO;STARTUPDIR=$(BASEDIR)
- WPLocation=<VBMP400>
- WPFlags=1
-
- ;
- ; For creating the Icon for VBConfigure
- ;
- [WPVBConfigure]
- WPClassName=WPProgram
- WPTitle=Video Blaster MP400 Configure
- WPSetupString=EXENAME=$(TPATH)\MP400CFG.EXE;ICONFILE=$(TPATH)\MP400CFG.ICO;STARTUPDIR=$(BASEDIR)
- WPLocation=<VBMP400>
- 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
-