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

  1.  ■;
  2. ; ts_generic.inf:
  3. ; a simple catch all inf for redirected devices
  4. ; Copyright (c) Microsoft Corporation.
  5. ;
  6. [Version]
  7. Signature="$WINDOWS NT$"
  8. Class=Sample
  9. ClassGuid={88A1C342-4539-11d3-B88D-00C04FAD5171}
  10. Provider=%Msft%
  11. LayoutFile=layout.inf
  12. DriverVer=06/21/2006,6.0.6001.18000
  13. [Manufacturer]
  14. %MSFTTS%=Generic,NTx86
  15. [Generic.NTx86]
  16. %TSDeviceDescription%=TS_Generic_Install,TS_GENERIC_PNP_DEVICE
  17. %TSPOSDeviceDescription%=TS_Generic_Install,TS_POS_DEVICE
  18. [ClassInstall32]
  19. AddReg=WDF_RegistryAdd
  20. [WDF_RegistryAdd]
  21. HKR,,,,%TSClassName%
  22. HKR,,Icon,,"-10"
  23. ; =================== WUDF ts_generic Driver ==================================
  24. [TS_Generic_Install]
  25. SubClass=StillImage
  26. [TS_Generic_Install.hw]
  27. AddReg=Device_AddReg
  28. [TS_Generic_Install.Services]
  29. AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall
  30. [TS_Generic_Install.CoInstallers]
  31. AddReg = TS_Generic_Install.CoInstallers_AddReg
  32. [TS_Generic_Install.Wdf]
  33. Needs = TS_Generic_Install_WdfBasic
  34. UmdfServiceOrder=UsbDr
  35. ; HID devices use METHOD_NEITHER
  36. ; in order to make them work, we need following line.
  37. UmdfMethodNeitherAction=Copy
  38. [TS_Generic_Install_WdfBasic]
  39. UmdfService=UsbDr, UsbDr_Install
  40. UmdfImpersonationLevel=impersonation
  41. [TS_Generic_Install.CoInstallers_AddReg]
  42. HKR,,CoInstallers32,0x00010008,"WUDFCoinstaller.dll"
  43. [Root_AddReg.security]
  44. "D:P(A;OICI;GA;;;SY)(A;OICI;GA;;;BA)(A;OICI;GR;;;LS)"
  45. [Device_AddReg]
  46. HKR,"WUDF"
  47. HKR,"WUDF","DriverList",0x00010000,"UsbDr"
  48. HKR,"WUDF","DeviceGroupId",0x00000000, "TSRedirectedDevices"
  49. [WUDFRD_ServiceInstall]
  50. ServiceType=1
  51. StartType=3
  52. ErrorControl=1
  53. ServiceBinary=%12%\WUDFRd.sys
  54. [UsbDr_Install]
  55. UmdfLibraryVersion=1.0.0
  56. ServiceBinary=%12%\UMDF\UsbDr.dll
  57. DriverCLSID="{1b7cf8de-e34b-40d0-8466-ca06a10b0d22}"
  58. [Strings]
  59. ;; Non Localizable Strings
  60. MSFTTS="Microsoft Internal (Terminal Services)"
  61. TSClassName="TS generic Device Class"
  62. TSDeviceDescription="Terminal Server Generic PNP Redirected Device"
  63. TSPOSDeviceDescription="Terminal Server POS Redirected Device"
  64. Msft="Microsoft"