home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 June / VPR0206A.BIN / mpe.inf < prev    next >
Windows Setup INFormation  |  2001-10-08  |  3KB  |  166 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, Layout1.inf, Layout2.inf
  11. Class=Media
  12. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  13. Provider=%Msft%
  14. DriverVer=10/21/2000,5.1.2258.400
  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 dx8 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 dx8 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.  
  90. [MPE.NT.Services]
  91. ;
  92. ;   This section is required to add the driver service on NT
  93. ;
  94. AddService = MPE,0x00000002,MPE.ServiceInstall
  95.  
  96. [MPE.ServiceInstall]
  97. DisplayName   = %MPE.DeviceDesc%
  98. ServiceType   = %SERVICE_KERNEL_DRIVER%
  99. StartType     = %SERVICE_DEMAND_START%
  100. ErrorControl  = %SERVICE_ERROR_NORMAL%
  101. ServiceBinary = %12%\MPE.sys
  102. LoadOrderGroup= ExtendedBase
  103.  
  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. ;                S t r i n g s
  137. ;---------------------------------------------------------------
  138.  
  139. [Strings]
  140.  
  141. ;----------------
  142. ; Non-Localizable
  143. ;----------------
  144.  
  145. SERVICE_KERNEL_DRIVER = 1
  146. SERVICE_AUTO_START    = 2
  147. SERVICE_DEMAND_START  = 3
  148. SERVICE_ERROR_NORMAL  = 1
  149.  
  150. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  151. MPE.DeviceId="{8E60217D-A2EE-47f8-B0C5-0F44C55F66DC}"
  152. Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"  ; KsProxy.ax's ID, REQUIRED
  153. GUID.BdaComponent="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
  154.  
  155.  
  156. ;----------------
  157. ; Localizable
  158. ;----------------
  159.  
  160. Msft=                  "Microsoft"
  161. MsftMfg=               "Microsoft"
  162. MPE.DeviceDesc=        "BDA MPE Filter"
  163. MPE.FriendlyName=      "BDA MPE Filter"
  164. Category_BdaComponent= "BDA Receiver Component"
  165.  
  166.