home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / wvmbushid.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  4.3 KB  |  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.  
  8. [Version]
  9. Signature="$Windows NT$"
  10. Provider=%MSFT%
  11. ClassGUID={745A17A0-74D3-11D0-B6FE-00A0C90F57DA}
  12. Class=HIDClass
  13. DriverVer=06/21/2006,6.0.6001.18000
  14. ;CatalogFile=vmdrivers.cat
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect = *
  18.  
  19. [DestinationDirs]
  20. DefaultDestDir  = 12
  21.  
  22. ;
  23. ; Driver information
  24. ;
  25.  
  26. [Manufacturer]
  27. %StdMfg% = Standard,NTx86
  28.  
  29. [Standard]
  30. ;
  31. ; PnP IDs for win2k
  32. ;
  33. %VMBusHid.DeviceDesc% = VMBusHID, VMBUS\{CFA8B69E-5B4A-4cc0-B98B-8BA1A1F3F95A}
  34.  
  35.  
  36. [Standard.NTx86]
  37. ;
  38. ; PnP IDs for XP and later
  39. ;
  40. %VMBusHid.DeviceDesc% = VMBusHID, VMBUS\{CFA8B69E-5B4A-4cc0-B98B-8BA1A1F3F95A}
  41.  
  42. ;
  43. ; General installation section
  44. ;
  45.  
  46. [VMBusHID]
  47. include=input.inf
  48. Needs=HID_Inst.NT
  49. CopyFiles=SYS.CopyList
  50.  
  51. ;
  52. ; File sections
  53. ;
  54.  
  55. [SourceDisksNames]
  56. 1 = %DiskId1%,,,""
  57.  
  58. [SourceDisksFiles]
  59. VMBusHID.sys = 1,,
  60.  
  61. [SYS.CopyList]
  62. VMBusHID.sys
  63.  
  64. ;
  65. ; Service Installation
  66. ;
  67.  
  68.  
  69. [VMBusHID.Services]
  70. AddService = "VMBusHID", 0x00000002, VMBusHID_Service_Inst
  71.  
  72. ;
  73. ; Service Installation Section
  74. ;
  75.  
  76. [VMBusHID_Service_Inst]
  77. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  78. StartType      = 3                  ; SERVICE_DEMAND_START
  79. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  80. LoadOrderGroup = Extended Base
  81. ServiceBinary  = %12%\VMBusHID.sys
  82.  
  83. ;
  84. ; Uninstallation sections
  85. ;
  86.  
  87. [DefaultUninstall.Services]
  88. DelService = VMBusHID,0x00000200
  89.  
  90. [DefaultUninstall]
  91. DelFiles = SYS.CopyList
  92.  
  93. ;
  94. ; String Section
  95. ;
  96.  
  97. [Strings]
  98.  
  99. ;
  100. ; Non-Localizable Strings
  101. ;
  102.  
  103. REG_SZ         = 0x00000000
  104. REG_MULTI_SZ   = 0x00010000
  105. REG_EXPAND_SZ  = 0x00020000
  106. REG_BINARY     = 0x00000001
  107. REG_DWORD      = 0x00010001
  108. SERVICEROOT    = "System\CurrentControlSet\Services"
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113.  
  114. DiskId1             = "Microsoft VMBus HID Miniport Installation Disk #1"
  115. MSFT                = "Microsoft"
  116. StdMfg              = "Microsoft"
  117. VMBusHid.DeviceDesc = "Microsoft VMBus HID Miniport"
  118.