home *** CD-ROM | disk | FTP | other *** search
- ;***********************************************************************
- ; File : CONTROL.ICF
- ; Date : 21 April 1994
- ; Author : Hariharan Mahadevan
- ; Purpose : Installation control file for installing audio driver for
- ; SBAWE32.
- ;
- ;***********************************************************************
-
- [System]
- title=Creative Multimedia Installation
- progress=none
- logo=none
- BaseDirVar=BLASTER
- BaseDir=C:\BLASTER
- ; total number if installable components
- groups=1
- ; each component's section name
- group_1=%Drivers%
- ; total number of installation diss
- disks=1
- ; volume label of each installation disk
- diskname_1=DISK_1
-
- [Default]
- size=0
-
- ;
- ; Audio drivers
- ;
- [Drivers]
- Name=Sound Blaster AWE32 Driver
- Size=90
- ;SourceDir=$(SOURCE)\DRIVERS
- SourceDir=$(SPATH)\DRIVERS
- TargetDir=$(MMBASE)
- DiskNumber=1
- ;DLLName=$(SOURCE)\SBINSTAL.DLL
- DLLName=$(SPATH)\SBINSTAL.DLL
- DLLEntryPoint=SBInstall
-