home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-03-31 | 1.7 KB | 57 lines |
- ; This is an oemsetup.inf file that will correctly install the MCI MPEG
- ; device driver from the control panel. To perform a MCI device driver
- ; installation, place this file in a directory along with the MCI device
- ; driver and its necessary components.
- ;
- ; [disks] is a required section, listing all disks and their label names.
- ; The format of [disks] is as follows:
- ;
- ; disk#=relativePath,"Disk description"
- ;
- ; For example, if installing from a floppy:
- ; 2=.,"Floppy Disk One"
- ; 2=.,"Floppy Disk Two"
- ;
- ; If installing from a network share:
- ; 2=.,"Floppy Disk One"
- ; 2=..\disk2,"Floppy Disk Two"
- ;
- ;
- ; [Installable.Drivers] is also required, listing all installable service
- ; providers. The format of [Installable.drivers] in oemsetup.inf is:
- ;
- ; key=disk#:driverfile,,"SP Description","vxd1.386,vxd2.386",,"relatedDrv1,relatedDrv2..."
- ;
- ; for example:
- ; bogus=6:bogus.tsp,,"Bogus Service Provider","mach.386,dosxnt.386",,"atsp,pdi"
- ;
- ;
- ; Any additional sections specify dependent files to be copied along with the
- ; service provider, and must be named after the key specified for that
- ; provider in the [installable.drivers] section. All files are copied into
- ; the system subdirectory of the user's windows directory.
-
- [disks]
- 1=.,"MCI MPEG Device Driver Diskette"
-
- [Installable.Drivers]
- mcimpeg = 1:mcimpeg.drv, "mpegvideo" ,"[MCI] MPEG Files Driver",,
- mcicdi = 1:mcicdi.drv, "videoCDI" ,"[MCI] VideoCD/CDI Driver",,
-
- [mcimpeg]
- 1:mcimpeg.drv
- 1:dmadll.dll
- 1:vfic001d.386
- 1:timerdll.dll
- 1:timer1.exe
- 1:mpegdec.dll
-
- [mcicdi]
- 1:mcicdi.drv
- 1:dmadll.dll
- 1:vfic001d.386
- 1:timerdll.dll
- 1:timer1.exe
- 1:mpegdec.dll
-