home *** CD-ROM | disk | FTP | other *** search
/ Singles (French) / Singles-FrenchVersion-Win95.iso / BDANT.cab / mpe.inf < prev    next >
INI File  |  2003-01-16  |  3KB  |  167 lines

  1. ;
  2. ; MPE.INF  -- This file contains installation information for
  3. ;                 the MPE BDA codec
  4. ;
  5. ;*** Created 09/24/97  (Creation Date)
  6. ;
  7.  
  8. [Version]
  9. signature="$CHICAGO$"
  10. LayoutFile=Layout.inf
  11. Class=Media
  12. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  13. Provider=%Msft%
  14. DriverVer=07/01/2001,5.3.0000.900
  15.  
  16. [ControlFlags]
  17. ;
  18. ;   Don't let this device be selected from "Add New Hardware" wizard.
  19. ;
  20. ExcludeFromSelect=*
  21.  
  22. [Manufacturer]
  23. %MsftMfg%=Microsoft
  24.  
  25. [DefaultInstall]
  26. AddReg=MPE.Install
  27.  
  28. [MPE.Install]
  29. HKLM,%RunOnce%,"MPE0",,"rundll32.exe streamci,StreamingDeviceSetup %MPE.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\MPE.inf,BDAcodec"
  30.  
  31.  
  32. [DestinationDirs]
  33. DefaultDestDir=12
  34.  
  35. ;---------------------------------------------------------------
  36. ;              M I C R O S O F T
  37. ;
  38. ;                  C O D E C
  39. ;---------------------------------------------------------------
  40.  
  41. [Microsoft]
  42. ;
  43. ; This is the standard PnP Section for the device.  It is called as a result
  44. ; of SWEnum enumerating this SW PnP device.
  45. ;
  46. %MPE.DeviceDesc%=MPE,SW\{8E60217D-A2EE-47f8-B0C5-0F44C55F66DC}
  47.  
  48. [MPE]
  49. Include=bda.inf
  50. Needs=BDA.Registration
  51. AddReg=MPE.AddReg
  52. ;;Include the following line for post non-DX builds
  53. ;CopyFiles=MPE.CopyDrivers
  54.  
  55. [MPE.NT]
  56. Include=bda.inf
  57. Needs=BDA.Registration
  58. AddReg=MPE.AddReg.NT
  59. ;;Include the following line for post non-DX builds
  60. ;CopyFiles=MPE.CopyDrivers
  61.  
  62. [MPE.AddReg]
  63. ;
  64. ;   This section adds the driver service on 9x and adds device params
  65. ;
  66. HKR,,DevLoader,,*ntkern
  67. HKR,,NTMPDriver,,MPE.sys
  68. HKR,,DriverUsesSWEnumToLoad,3,01
  69. HKR,,OkToHibernate,3,01
  70. HKR,,DontSuspendIfStreamsAreRunning,3,01
  71.  
  72. [MPE.AddReg.NT]
  73. ;
  74. ;   This section adds device params on NT
  75. ;
  76. HKR,,DriverUsesSWEnumToLoad,3,01
  77. HKR,,OkToHibernate,3,01
  78. HKR,,DontSuspendIfStreamsAreRunning,3,01
  79.  
  80. [MPE.CopyDrivers]
  81. MPE.sys,,,COPYFLG_NO_VERSION_DIALOG
  82.  
  83. [BDAcodec]
  84. AddReg=BDAcodec.AddReg
  85.  
  86. [BDAcodec.AddReg]
  87. HKR,,CLSID,,%Proxy.CLSID%
  88. HKR,,FriendlyName,,%MPE.FriendlyName%
  89. HKR,,Merit,1,00,00,60,00
  90.  
  91. [MPE.NT.Services]
  92. ;
  93. ;   This section is required to add the driver service on NT
  94. ;
  95. AddService = MPE,0x00000002,MPE.ServiceInstall
  96.  
  97. [MPE.ServiceInstall]
  98. DisplayName   = %MPE.DeviceDesc%
  99. ServiceType   = %SERVICE_KERNEL_DRIVER%
  100. StartType     = %SERVICE_DEMAND_START%
  101. ErrorControl  = %SERVICE_ERROR_NORMAL%
  102. ServiceBinary = %12%\MPE.sys
  103. LoadOrderGroup= Extended Base
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. ;---------------------------------------------------------------
  137. ;                S t r i n g s
  138. ;---------------------------------------------------------------
  139.  
  140. [Strings]
  141.  
  142. ;----------------
  143. ; Non-Localizable
  144. ;----------------
  145.  
  146. SERVICE_KERNEL_DRIVER = 1
  147. SERVICE_AUTO_START    = 2
  148. SERVICE_DEMAND_START  = 3
  149. SERVICE_ERROR_NORMAL  = 1
  150.  
  151. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  152. MPE.DeviceId="{8E60217D-A2EE-47f8-B0C5-0F44C55F66DC}"
  153. Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"  ; KsProxy.ax's ID, REQUIRED
  154. GUID.BdaComponent="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
  155. Category_BdaComponent= "BDA Receiver Component"
  156.  
  157.  
  158. ;----------------
  159. ; Localizable
  160. ;----------------
  161.  
  162. Msft=                  "Microsoft"
  163. MsftMfg=               "Microsoft"
  164. MPE.DeviceDesc=        "BDA MPE Filter"
  165. MPE.FriendlyName=      "BDA MPE Filter"
  166.  
  167.