home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / wpdrapi.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  5.1 KB  |  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.  
  11. ;;++ Added by AddSDisk.cmd
  12. [SourceDisksNames]
  13. 3426=windows cd
  14.  
  15. [SourceDisksFiles]
  16. wpdrapi.dll         = 3426
  17. ;;--
  18.  
  19. [Version]
  20. LayoutFile=layout.inf
  21. Signature="$WINDOWS NT$"
  22. Class=WPD
  23. ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
  24. Provider=%Msft%
  25.  
  26. ;; Commented by AddSDisk.cmd
  27. ;; LayoutFile=layout.inf
  28. DriverVer=06/21/2006,6.0.6001.18000
  29.  
  30. [Manufacturer]
  31. %MfgName%=Microsoft,NTx86,NTia64,NTamd64
  32.  
  33. [Microsoft.NTx86]
  34. %WpdRapi.DeviceDesc%=WINDOWSMOBILE_WPD_DEVICE,TCPIP\WINDOWS_MOBILE_DEVICE
  35.  
  36. [Microsoft.NTamd64]
  37. %WpdRapi.DeviceDesc%=WINDOWSMOBILE_WPD_DEVICE,TCPIP\WINDOWS_MOBILE_DEVICE
  38.  
  39. ;==============================================================================
  40. ; Device Installation Section
  41. ;==============================================================================
  42.  
  43. [WINDOWSMOBILE_WPD_DEVICE.NT]
  44. CopyFiles=WPDRAPIDRIVER_COMMON.Files.Core
  45. RegisterDlls=WPDRAPIDRIVER_COMMON.RegisterComServers
  46.  
  47. [WINDOWSMOBILE_WPD_DEVICE.NT.hw]
  48. AddReg=WPDRAPIDRIVER_COMMON.AutoPlayRegistration
  49.  
  50. [WINDOWSMOBILE_WPD_DEVICE.NT.Services]
  51. AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall
  52.  
  53. [WINDOWSMOBILE_WPD_DEVICE.NT.CoInstallers]
  54. AddReg=CoInstallers_AddReg
  55.  
  56. [WINDOWSMOBILE_WPD_DEVICE.NT.Wdf]
  57. UmdfService=WpdRapi, WpdRapi_Install
  58. UmdfServiceOrder=WpdRapi
  59.  
  60. ;==============================================================================
  61. ; Common Installation Section
  62. ;==============================================================================
  63.  
  64. [DestinationDirs]
  65. WPDRAPIDRIVER_COMMON.Files.Core = 12,UMDF
  66.  
  67. [WPDRAPIDRIVER_COMMON.Files.Core]
  68. WpdRapi.dll,,,0x0100
  69.  
  70. [WPDRAPIDRIVER_COMMON.RegisterComServers]
  71. 12,UMDF,wpdrapi.dll,1
  72.  
  73. [WPDRAPIDRIVER_COMMON.AutoPlayRegistration]
  74. HKR,,"EnableDefaultAutoPlaySupport",0x10001,1
  75. HKR,,"EnableLegacySupport",0x10001,1
  76.  
  77. ;==============================================================================
  78. ; WDF Installation Section
  79. ;==============================================================================
  80.  
  81. [WUDFRD_ServiceInstall]
  82. ServiceType=1
  83. StartType=3
  84. ErrorControl=1
  85. ServiceBinary=%12%\WUDFRd.sys
  86.  
  87. [CoInstallers_AddReg]
  88. HKR,,CoInstallers32,0x00010000,"WUDFCoInstaller.dll"
  89.  
  90. [WpdRapi_Install]
  91. UmdfLibraryVersion=1.0.0
  92. DriverCLSID="{35555CA4-92FA-46fa-8CDE-FACF1E7C77C0}"
  93. ServiceBinary="%12%\UMDF\WpdRapi.dll"
  94.  
  95.  
  96. [Strings]
  97.  
  98. Msft="Microsoft"
  99. MfgName="(Standard Windows Mobile devices)"
  100. WpdRapi.DeviceDesc="Windows Mobile device"
  101.