Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.4 KiB

  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. [Version]
  8. signature="$CHICAGO$"
  9. LayoutFile=Layout.inf
  10. Class=Media
  11. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  12. Provider=%Msft%
  13. [ControlFlags]
  14. ExcludeFromSelect=*
  15. [Manufacturer]
  16. %MsftMfg%=Microsoft
  17. [DestinationDirs]
  18. DefaultDestDir=12
  19. ;---------------------------------------------------------------
  20. ; M I C R O S O F T
  21. ;
  22. ; C O D E C
  23. ;---------------------------------------------------------------
  24. [DefaultInstall]
  25. AddReg=SLIP.Install
  26. [SLIP.Install]
  27. HKLM,%RunOnce%,"SLIP0",,"rundll32.exe streamci,StreamingDeviceSetup %SLIP.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\SLIP.inf,VBIcodec"
  28. [Microsoft]
  29. %SLIP.DeviceDesc%=SLIP,SW\{03884CB6-E89A-4deb-B69E-8DC621686E6A}
  30. [SLIP]
  31. Include= bda.inf
  32. Needs= BDA.Registration
  33. AddReg= SLIP.AddReg
  34. ;Include the following line for post dx8 builds
  35. CopyFiles= SLIP.CopyDrivers
  36. [SLIP.NT]
  37. Include= bda.inf
  38. Needs= BDA.Registration
  39. AddReg= SLIP.AddReg.NT
  40. ;Include the following line for post dx8 builds
  41. CopyFiles= SLIP.CopyDrivers
  42. [SLIP.AddReg]
  43. HKR,,DevLoader,,*NTKERN
  44. HKR,,NTMPDriver,,SLIP.sys
  45. HKR,,DriverUsesSWEnumToLoad,3,01
  46. HKR,,OkToHibernate,3,01
  47. HKR,,DontSuspendIfStreamsAreRunning,3,01
  48. [SLIP.AddReg.NT]
  49. HKR,,DriverUsesSWEnumToLoad,3,01
  50. HKR,,OkToHibernate,3,01
  51. HKR,,DontSuspendIfStreamsAreRunning,3,01
  52. [SLIP.CopyDrivers]
  53. SLIP.sys,,,COPYFLG_NO_VERSION_DIALOG
  54. [VBIcodec]
  55. AddReg=VBIcodec.AddReg, BDA.CategoryRegistration
  56. [VBIcodec.AddReg]
  57. HKR,,CLSID,,%Proxy.CLSID%
  58. HKR,,FriendlyName,,%SLIP.FriendlyName%
  59. HKR,,Merit,1,00,00,60,00
  60. [BDA.CategoryRegistration]
  61. ; BDA Receiver Components
  62. ;
  63. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%
  64. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,,,%Category_BdaComponent%
  65. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,FriendlyName,,%Category_BdaComponent%
  66. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,CLSID,,%GUID.BdaComponent%
  67. HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,Merit,1,00,00,60,00
  68. [SLIP.NT.Services]
  69. AddService = SLIP,0x00000002,SLIP.ServiceInstall
  70. [SLIP.ServiceInstall]
  71. DisplayName = %SLIP.DeviceDesc%
  72. ServiceType = %SERVICE_KERNEL_DRIVER%
  73. StartType = %SERVICE_DEMAND_START%
  74. ErrorControl = %SERVICE_ERROR_NORMAL%
  75. ServiceBinary = %12%\SLIP.sys
  76. LoadOrderGroup= Extended Base