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

  1.  ■; Microsoft Windows UMBus Driver INF
  2. ; Copyright (c) 2002 Microsoft Corporation
  3. ;;++ Added by AddSDisk.cmd
  4. [SourceDisksNames]
  5. 3426=windows cd
  6. [SourceDisksFiles]
  7. umbus.sys         = 3426
  8. ;;--
  9. [Version]
  10. ;; Commented by AddSDisk.cmd
  11. ;; LayoutFile=layout.inf
  12. Signature="$Windows NT$"
  13. Class=System
  14. Provider=%MS%
  15. CLASSGUID={4D36E97D-E325-11CE-BFC1-08002BE10318}
  16. pnplockdown=1                   ; Third Party Protected
  17. DriverVer=06/21/2006,6.0.6001.18000
  18. [DestinationDirs]
  19. DefaultDestDir = 12
  20. [Manufacturer]
  21. %MS%=Microsoft, NTx86
  22. ;------------- Device section - Start -----------------------
  23. [Microsoft.NTx86]
  24. %UmBusRoot.DeviceDesc%=UmBusRoot_Device, root\umbus
  25. %UmBus.DeviceDesc%=UmBus_Device, UMB\umbus
  26. ;------------- Device section - End -----------------------
  27. [Drivers_Dir]
  28. umbus.sys,,,0x0100               ; Microsoft Protected
  29. [AddProp]
  30. NoConnectSound,,,,1              ; Silence sound on device connect
  31. ;----------------------------------------------------------------------------
  32. ; UMBus_Device Device
  33. ;----------------------------------------------------------------------------
  34. [UmBus_Device.NT]
  35. CopyFiles=Drivers_Dir
  36. AddProperty=AddProp
  37. [UmBus_Device.NT.HW]
  38. AddReg=UmBus_Device.NT.AddReg
  39. [UmBus_Device.NT.AddReg]                            
  40. HKR,,RootBus,0x10001, 0x0
  41. HKR,,InterfaceGUIDs,0x10000, "{65A9A6CF-64CD-480b-843E-32C86E1BA19F}"
  42. HKR,,DeviceCharacteristics,0x10001,0x0100         ; Use same security checks on relative opens
  43. ; Allow generic-all access to Built-in administrators, Local Service, and Local System (IPBusEnum, UmRdpService, WPDBusEnum, spooler, rapimgr, and wcescomm)
  44. HKR,,Security,,"D:P(A;;GA;;;BA)(A;CIOI;GA;;;S-1-5-80-2506443892-94066030-1663014834-2885971264-4189966690)(A;CIOI;GA;;;S-1-5-80-2014626298-1656748749-3847481816-918933055-2469338456)(A;CIOI;GA;;;S-1-5-80-113310567-2163499630-2787090463-221477905-209227094)(A;CIOI;GA;;;S-1-5-80-3951239711-1671533544-1416304335-3763227691-3930497994)(A;CIOI;GA;;; S-1-5-80-1089048661-2780589386-2892795950-861470727-578954556)(A;CIOI;GA;;; S-1-5-80-2296521813-817801817-1982167383-3372779720-2114984142)"
  45. ;----------------------------------------------------------------------------
  46. ; UMBus_Root Device
  47. ;----------------------------------------------------------------------------
  48. [UmBusRoot_Device.NT]
  49. CopyFiles=Drivers_Dir
  50. AddProperty=AddProp
  51. [UmBusRoot_Device.NT.HW]
  52. AddReg=UmBusRoot_Device.NT.AddReg
  53. [UmBusRoot_Device.NT.AddReg] 
  54. HKR,,RootBus,0x10001, 0x1         
  55. HKR,,Identity,0x0,"UMB"                  
  56. HKR,,DeviceCharacteristics,0x10001,0x0100         ; Use same security checks on relative opens
  57. ; Allow generic-all access to Built-in administrators, Local Service, and Local System (IPBusEnum, UmRdpService, WPDBusEnum, spooler, rapimgr, and wcescomm)
  58. HKR,,Security,,"D:P(A;;GA;;;BA)(A;CIOI;GA;;;S-1-5-80-2506443892-94066030-1663014834-2885971264-4189966690)(A;CIOI;GA;;;S-1-5-80-2014626298-1656748749-3847481816-918933055-2469338456)(A;CIOI;GA;;;S-1-5-80-113310567-2163499630-2787090463-221477905-209227094)(A;CIOI;GA;;;S-1-5-80-3951239711-1671533544-1416304335-3763227691-3930497994)(A;CIOI;GA;;; S-1-5-80-1089048661-2780589386-2892795950-861470727-578954556)(A;CIOI;GA;;; S-1-5-80-2296521813-817801817-1982167383-3372779720-2114984142)"
  59. ;-------------- Service installation
  60. [UmBus_Device.NT.Services]
  61. AddService = umbus,0x00000002, umbus_Service_Inst
  62. [UmBusRoot_Device.NT.Services]
  63. AddService = umbus,0x00000002, umbus_Service_Inst
  64. [umbus_Service_Inst]
  65. DisplayName    = %umbus.SVCDESC%
  66. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  67. StartType      = 3               ; SERVICE_DEMAND_START 
  68. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  69. ServiceBinary  = %12%\umbus.sys
  70. LoadOrderGroup = Extended Base
  71. [Strings]
  72. ;
  73. ; Not localizable
  74. ; None currently
  75. ;
  76. ;Localizable
  77. ;
  78. Umbus.SVCDESC = "UMBus Enumerator Driver"
  79. MS="Microsoft"
  80. ; ------------- Device Strings - start -------------------------
  81. ; Microsoft
  82. UmBusRoot.DeviceDesc = "UMBus Root Bus Enumerator"
  83. UmBus.DeviceDesc = "UMBus Enumerator"
  84. ; ------------- Device Strings - end  --------------------------