home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / wvmbushid.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  4KB  |  118 lines

  1.  ■;-----------------------------------------------
  2. ; SynthHID information display file : VMBusHID.inf
  3. ; Installation INF for the VMBus HID miniport
  4. ; Copyright(C) 2005-2006 Microsoft Corp.
  5. ; Viridian
  6. ; Base INF Last Updated 9/26/2005
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MSFT%
  10. ClassGUID={745A17A0-74D3-11D0-B6FE-00A0C90F57DA}
  11. Class=HIDClass
  12. DriverVer=06/21/2006,6.0.6001.18000
  13. ;CatalogFile=vmdrivers.cat
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16. [DestinationDirs]
  17. DefaultDestDir  = 12
  18. ;
  19. ; Driver information
  20. ;
  21. [Manufacturer]
  22. %StdMfg% = Standard,NTx86
  23. [Standard]
  24. ;
  25. ; PnP IDs for win2k
  26. ;
  27. %VMBusHid.DeviceDesc% = VMBusHID, VMBUS\{CFA8B69E-5B4A-4cc0-B98B-8BA1A1F3F95A}
  28. [Standard.NTx86]
  29. ;
  30. ; PnP IDs for XP and later
  31. ;
  32. %VMBusHid.DeviceDesc% = VMBusHID, VMBUS\{CFA8B69E-5B4A-4cc0-B98B-8BA1A1F3F95A}
  33. ;
  34. ; General installation section
  35. ;
  36. [VMBusHID]
  37. include=input.inf
  38. Needs=HID_Inst.NT
  39. CopyFiles=SYS.CopyList
  40. ;
  41. ; File sections
  42. ;
  43. [SourceDisksNames]
  44. 1 = %DiskId1%,,,""
  45. [SourceDisksFiles]
  46. VMBusHID.sys = 1,,
  47. [SYS.CopyList]
  48. VMBusHID.sys
  49. ;
  50. ; Service Installation
  51. ;
  52. [VMBusHID.Services]
  53. AddService = "VMBusHID", 0x00000002, VMBusHID_Service_Inst
  54. ;
  55. ; Service Installation Section
  56. ;
  57. [VMBusHID_Service_Inst]
  58. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  59. StartType      = 3                  ; SERVICE_DEMAND_START
  60. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  61. LoadOrderGroup = Extended Base
  62. ServiceBinary  = %12%\VMBusHID.sys
  63. ;
  64. ; Uninstallation sections
  65. ;
  66. [DefaultUninstall.Services]
  67. DelService = VMBusHID,0x00000200
  68. [DefaultUninstall]
  69. DelFiles = SYS.CopyList
  70. ;
  71. ; String Section
  72. ;
  73. [Strings]
  74. ;
  75. ; Non-Localizable Strings
  76. ;
  77. REG_SZ         = 0x00000000
  78. REG_MULTI_SZ   = 0x00010000
  79. REG_EXPAND_SZ  = 0x00020000
  80. REG_BINARY     = 0x00000001
  81. REG_DWORD      = 0x00010001
  82. SERVICEROOT    = "System\CurrentControlSet\Services"
  83. ;
  84. ; Localizable Strings
  85. ;
  86. DiskId1             = "Microsoft VMBus HID Miniport Installation Disk #1"
  87. MSFT                = "Microsoft"
  88. StdMfg              = "Microsoft"
  89. VMBusHid.DeviceDesc = "Microsoft VMBus HID Miniport"