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

  1.  ■;Copyright (c) Microsoft Corporation.  All rights reserved.
  2. ;
  3. ;Module Name:
  4. ;
  5. ;    WpdRapi.INF
  6. ;
  7. ;Abstract:
  8. ;    INF file for installing WpdRapi
  9. ;
  10. ;;++ Added by AddSDisk.cmd
  11. [SourceDisksNames]
  12. 3426=windows cd
  13. [SourceDisksFiles]
  14. wpdrapi.dll         = 3426
  15. ;;--
  16. [Version]
  17. LayoutFile=layout.inf
  18. Signature="$WINDOWS NT$"
  19. Class=WPD
  20. ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
  21. Provider=%Msft%
  22. ;; Commented by AddSDisk.cmd
  23. ;; LayoutFile=layout.inf
  24. DriverVer=06/21/2006,6.0.6001.18000
  25. [Manufacturer]
  26. %MfgName%=Microsoft,NTx86,NTia64,NTamd64
  27. [Microsoft.NTx86]
  28. %WpdRapi.DeviceDesc%=WINDOWSMOBILE_WPD_DEVICE,TCPIP\WINDOWS_MOBILE_DEVICE
  29. [Microsoft.NTamd64]
  30. %WpdRapi.DeviceDesc%=WINDOWSMOBILE_WPD_DEVICE,TCPIP\WINDOWS_MOBILE_DEVICE
  31. ;==============================================================================
  32. ; Device Installation Section
  33. ;==============================================================================
  34. [WINDOWSMOBILE_WPD_DEVICE.NT]
  35. CopyFiles=WPDRAPIDRIVER_COMMON.Files.Core
  36. RegisterDlls=WPDRAPIDRIVER_COMMON.RegisterComServers
  37. [WINDOWSMOBILE_WPD_DEVICE.NT.hw]
  38. AddReg=WPDRAPIDRIVER_COMMON.AutoPlayRegistration
  39. [WINDOWSMOBILE_WPD_DEVICE.NT.Services]
  40. AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall
  41. [WINDOWSMOBILE_WPD_DEVICE.NT.CoInstallers]
  42. AddReg=CoInstallers_AddReg
  43. [WINDOWSMOBILE_WPD_DEVICE.NT.Wdf]
  44. UmdfService=WpdRapi, WpdRapi_Install
  45. UmdfServiceOrder=WpdRapi
  46. ;==============================================================================
  47. ; Common Installation Section
  48. ;==============================================================================
  49. [DestinationDirs]
  50. WPDRAPIDRIVER_COMMON.Files.Core = 12,UMDF
  51. [WPDRAPIDRIVER_COMMON.Files.Core]
  52. WpdRapi.dll,,,0x0100
  53. [WPDRAPIDRIVER_COMMON.RegisterComServers]
  54. 12,UMDF,wpdrapi.dll,1
  55. [WPDRAPIDRIVER_COMMON.AutoPlayRegistration]
  56. HKR,,"EnableDefaultAutoPlaySupport",0x10001,1
  57. HKR,,"EnableLegacySupport",0x10001,1
  58. ;==============================================================================
  59. ; WDF Installation Section
  60. ;==============================================================================
  61. [WUDFRD_ServiceInstall]
  62. ServiceType=1
  63. StartType=3
  64. ErrorControl=1
  65. ServiceBinary=%12%\WUDFRd.sys
  66. [CoInstallers_AddReg]
  67. HKR,,CoInstallers32,0x00010000,"WUDFCoInstaller.dll"
  68. [WpdRapi_Install]
  69. UmdfLibraryVersion=1.0.0
  70. DriverCLSID="{35555CA4-92FA-46fa-8CDE-FACF1E7C77C0}"
  71. ServiceBinary="%12%\UMDF\WpdRapi.dll"
  72. [Strings]
  73. Msft="Microsoft"
  74. MfgName="(Standard Windows Mobile devices)"
  75. WpdRapi.DeviceDesc="Windows Mobile device"