home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / 04_03.iso / drivers / pack1 / files / ws420enu.exe / Common / Logitech / WMDrivers / WmBEnum.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-05-10  |  2.2 KB  |  95 lines

  1. ;/*++
  2. ;    WmBEnum.inf
  3. ;
  4. ;Abstract:
  5. ;    INF file for installing Logitech Virtual bus enumerator driver
  6. ;
  7. ; Copyright 2001 Logitech Inc.
  8.  
  9.  
  10. [Version]
  11. Signature="$CHICAGO$"
  12. Class=System
  13. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  14. Provider=%Vendor%
  15. DriverVer=06/20/2002, 4.20.165.0
  16. CatalogFile=WmBEnum.cat
  17.  
  18.  
  19. [SourceDisksNames]
  20. 55=%DiskDesc%,"WS_420"
  21.  
  22. [SourceDisksFiles]
  23. WmBEnum.sys=55
  24. WmXlCore.sys=55
  25.  
  26. [DestinationDirs]
  27. DefaultDestDir = 12
  28. Drivers_Dir = 12
  29.  
  30. ;*****************************************
  31. ; Logitech Virtual Bus Enumerator Install Section
  32. ;*****************************************
  33.  
  34. [ControlFlags]
  35. ExcludeFromSelect = *
  36.  
  37. [Manufacturer]
  38. %StdMfg%=Standard
  39.  
  40. [Standard]
  41. ;
  42. ; These are the Logitech Virtual Bus pnp ids
  43. ;
  44.  
  45. %LogiVirtualBus.DeviceDesc%=LogiVirtualBus_Device, root\LogiVirtualBus
  46.  
  47. [LogiVirtualBus_Device]
  48. CopyFiles=Drivers_Dir
  49.  
  50. [Drivers_Dir]
  51. WmBEnum.sys
  52. WmXlCore.sys
  53.  
  54.  
  55.  
  56. [LogiVirtualBus_Device.HW]
  57. AddReg = WmXlCore_LogiBus_Filter.AddReg.HW
  58.  
  59.  
  60. [WmXlCore_LogiBus_Filter.AddReg.HW]
  61. HKR,,"UpperFilters",0x00010000,"WmXlCore"
  62. HKR,,"WmXlCoreParam",0x00010001,512
  63.  
  64. ;-------------- Service installation
  65. [LogiVirtualBus_Device.Services]
  66. AddService = WmBEnum, 0x00000002, Virtual_Bus_Enum_Service_Inst
  67. AddService = WmXlCore, , Virtual_Bus_Enum_Filter_Service_Inst
  68.  
  69. ; -------------- WmBEnum driver install sections
  70. [Virtual_Bus_Enum_Service_Inst]
  71. DisplayName    = %WmBEnum.SVCDESC%
  72. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  73. StartType      = 3               ; SERVICE_DEMAND_START 
  74. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  75. ServiceBinary  = %10%\system32\drivers\WmBEnum.sys
  76. LoadOrderGroup = Extended Base
  77.  
  78.  
  79. [Virtual_Bus_Enum_Filter_Service_Inst]
  80. DisplayName    = "Logitech WingMan Translation Layer Driver"
  81. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  82. StartType      = 3 ;%SERVICE_DEMAND_START%
  83. ErrorControl   = 0 ;%SERVICE_ERROR_IGNORE%
  84. ServiceBinary  = %10%\system32\drivers\WmXlCore.sys
  85. LoadOrderGroup = extended base
  86.  
  87. [Strings]
  88. Vendor = "Logitech Inc"
  89. DiskDesc="Logitech WingMan Software"
  90. StdMfg = "(Standard system devices)"
  91.  
  92. LogiVirtualBus.DeviceDesc = "Logitech Virtual Bus Enumerator"
  93. WmBEnum.SVCDESC = "Logitech Virtual Bus Enumerator Driver"
  94.  
  95.