home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / mpeg1 / 34FS / WIN / OEMSETUP.INF < prev    next >
Encoding:
INI File  |  1995-04-01  |  1.7 KB  |  57 lines

  1. ;  This is an oemsetup.inf file that will correctly install the MCI MPEG
  2. ;  device driver from the control panel.  To perform a MCI device driver
  3. ;  installation, place this file in a directory along with the MCI device
  4. ;  driver and its necessary components.
  5. ;
  6. ;  [disks] is a required section, listing all disks and their label names.
  7. ;  The format of [disks] is as follows:
  8. ;
  9. ;    disk#=relativePath,"Disk description"
  10. ;
  11. ;    For example, if installing from a floppy:
  12. ;    2=.,"Floppy Disk One"
  13. ;    2=.,"Floppy Disk Two"
  14. ;
  15. ;    If installing from a network share:
  16. ;    2=.,"Floppy Disk One"
  17. ;    2=..\disk2,"Floppy Disk Two"
  18. ;
  19. ;
  20. ;  [Installable.Drivers] is also required, listing all installable service
  21. ;  providers.  The format of [Installable.drivers] in oemsetup.inf is:
  22. ;
  23. ;    key=disk#:driverfile,,"SP Description","vxd1.386,vxd2.386",,"relatedDrv1,relatedDrv2..."
  24. ;
  25. ;    for example:
  26. ;    bogus=6:bogus.tsp,,"Bogus Service Provider","mach.386,dosxnt.386",,"atsp,pdi"
  27. ;
  28. ;
  29. ;  Any additional sections specify dependent files to be copied along with the
  30. ;  service provider, and must be named after the key specified for that
  31. ;  provider in the [installable.drivers] section.  All files are copied into
  32. ;  the system subdirectory of the user's windows directory.
  33.  
  34. [disks]
  35. 1=.,"MCI MPEG Device Driver Diskette"
  36.  
  37. [Installable.Drivers]
  38. mcimpeg     = 1:mcimpeg.drv, "mpegvideo" ,"[MCI] MPEG Files Driver",,
  39. mcicdi      = 1:mcicdi.drv,  "videoCDI" ,"[MCI] VideoCD/CDI Driver",,
  40.  
  41. [mcimpeg]
  42. 1:mcimpeg.drv
  43. 1:dmadll.dll
  44. 1:vfic001d.386
  45. 1:timerdll.dll
  46. 1:timer1.exe
  47. 1:mpegdec.dll
  48.  
  49. [mcicdi]
  50. 1:mcicdi.drv
  51. 1:dmadll.dll
  52. 1:vfic001d.386
  53. 1:timerdll.dll
  54. 1:timer1.exe
  55. 1:mpegdec.dll
  56.  
  57.