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

  1. ;
  2. ; SLIP.INF  -- This file contains installation information for
  3. ;                 the SLIP VBI 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. ExcludeFromSelect=*
  18.  
  19. [Manufacturer]
  20. %MsftMfg%=Microsoft
  21.  
  22. [DestinationDirs]
  23. DefaultDestDir=12
  24.  
  25. ;---------------------------------------------------------------
  26. ;              M I C R O S O F T
  27. ;
  28. ;                  C O D E C
  29. ;---------------------------------------------------------------
  30.  
  31. [DefaultInstall]
  32. AddReg=SLIP.Install
  33.  
  34. [SLIP.Install]
  35. HKLM,%RunOnce%,"SLIP0",,"rundll32.exe streamci,StreamingDeviceSetup %SLIP.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\SLIP.inf,VBIcodec"
  36.  
  37. [Microsoft]
  38. %SLIP.DeviceDesc%=SLIP,SW\{03884CB6-E89A-4deb-B69E-8DC621686E6A}
  39.  
  40. [SLIP]
  41. Include=    bda.inf
  42. Needs=      BDA.Registration
  43. AddReg=     SLIP.AddReg
  44. ;Include the following line for post non-DX builds
  45. ;CopyFiles=  SLIP.CopyDrivers
  46.  
  47. [SLIP.NT]
  48. Include=    bda.inf
  49. Needs=      BDA.Registration
  50. AddReg=     SLIP.AddReg.NT
  51. ;Include the following line for post non-DX builds
  52. ;CopyFiles=  SLIP.CopyDrivers
  53.  
  54. [SLIP.AddReg]
  55. HKR,,DevLoader,,*NTKERN
  56. HKR,,NTMPDriver,,SLIP.sys
  57. HKR,,DriverUsesSWEnumToLoad,3,01
  58. HKR,,OkToHibernate,3,01
  59. HKR,,DontSuspendIfStreamsAreRunning,3,01
  60.  
  61. [SLIP.AddReg.NT]
  62. HKR,,DriverUsesSWEnumToLoad,3,01
  63. HKR,,OkToHibernate,3,01
  64. HKR,,DontSuspendIfStreamsAreRunning,3,01
  65.  
  66. [SLIP.CopyDrivers]
  67. SLIP.sys,,,COPYFLG_NO_VERSION_DIALOG
  68.  
  69. [VBIcodec]
  70. AddReg=VBIcodec.AddReg, BDA.CategoryRegistration
  71.  
  72. [VBIcodec.AddReg]
  73. HKR,,CLSID,,%Proxy.CLSID%
  74. HKR,,FriendlyName,,%SLIP.FriendlyName%
  75. HKR,,Merit,1,00,00,60,00
  76.  
  77.  
  78. [BDA.CategoryRegistration]
  79.  
  80. ; BDA Receiver Components
  81. ;
  82. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%
  83. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,,,%Category_BdaComponent%
  84. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,FriendlyName,,%Category_BdaComponent%
  85. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,CLSID,,%GUID.BdaComponent%
  86. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,Merit,1,00,00,60,00
  87.  
  88. [SLIP.NT.Services]
  89. AddService = SLIP,0x00000002,SLIP.ServiceInstall
  90.  
  91. [SLIP.ServiceInstall]
  92. DisplayName   = %SLIP.DeviceDesc%
  93. ServiceType   = %SERVICE_KERNEL_DRIVER%
  94. StartType     = %SERVICE_DEMAND_START%
  95. ErrorControl  = %SERVICE_ERROR_NORMAL%
  96. ServiceBinary = %12%\SLIP.sys
  97. LoadOrderGroup= Extended Base
  98.  
  99.  
  100.  
  101.  
  102.  
  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. ;                S t r i n g s
  132. ;---------------------------------------------------------------
  133.  
  134. [Strings]
  135.  
  136. ;----------------
  137. ; Non-Localizable
  138. ;----------------
  139.  
  140. SERVICE_KERNEL_DRIVER = 1
  141. SERVICE_AUTO_START    = 2
  142. SERVICE_DEMAND_START  = 3
  143. SERVICE_ERROR_NORMAL  = 1
  144.  
  145. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  146. ActiveMovieCategories="CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance"
  147. Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"  ; KsProxy.ax's ID, REQUIRED
  148. GUID.BdaComponent="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
  149. Category_BdaComponent= "BDA Receiver Component"
  150. AMcatID="{DA4E3DA0-D07D-11d0-BD50-00A0C911CE86}"
  151. SLIP.DeviceId="{03884CB6-E89A-4deb-B69E-8DC621686E6A}"
  152.  
  153.  
  154. ;----------------
  155. ; Localizable
  156. ;----------------
  157.  
  158. Msft=                  "Microsoft"
  159. MsftMfg=               "Microsoft"
  160. SLIP.DeviceDesc=       "BDA Slip De-Framer"
  161. SLIP.FriendlyName=     "BDA Slip De-Framer"
  162.  
  163.