home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / wpdfs.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  5.3 KB  |  106 lines

  1. ;
  2. ; WpdFs.inf
  3. ;
  4. ; WPD File System driver
  5. ;
  6.  
  7.  
  8. ;;++ Added by AddSDisk.cmd
  9. [SourceDisksNames]
  10. 3426=windows cd
  11.  
  12. [SourceDisksFiles]
  13. wpdfs.dll         = 3426
  14. ;;--
  15.  
  16. [Version]
  17. Signature="$Windows NT$"
  18. Class=WPD
  19. ClassGuid={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
  20. Provider=%Msft%
  21. ;; Commented by AddSDisk.cmd
  22. ;; LayoutFile=layout.inf
  23. DriverVer=06/21/2006,6.0.6001.18000
  24.  
  25. [Manufacturer]
  26. %MSFTWUDF%=Microsoft,NTx86,NTia64,NTamd64
  27.  
  28. [Microsoft.NTx86]
  29. %BasicDeviceName%=Basic_Install,wpdbusenum\fs
  30.  
  31. [Microsoft.NTia64]
  32. %BasicDeviceName%=Basic_Install,wpdbusenum\fs
  33.  
  34. [Microsoft.NTamd64]
  35. %BasicDeviceName%=Basic_Install,wpdbusenum\fs
  36.  
  37. ; =================== WPDFS Device ==================================
  38.  
  39. [Basic_Install]
  40. CopyFiles=System32Copy
  41.  
  42. [Basic_Install.hw]
  43. AddReg=Device_AddReg
  44.  
  45. [Basic_Install.Services]
  46. AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall
  47.  
  48. [Basic_Install.CoInstallers]
  49. AddReg=Basic_Install.CoInstallers_AddReg
  50.  
  51. [Basic_Install.CoInstallers_AddReg]
  52. HKR,,CoInstallers32,0x00010000,"WUDFCoInstaller.dll"
  53.  
  54. [Basic_Install.Wdf]
  55. UmdfService=WpdFs, WpdFs_Install
  56. UmdfServiceOrder=WpdFs
  57. UmdfImpersonationLevel = Impersonation
  58.  
  59. [WpdFs_Install]
  60. UmdfLibraryVersion=1.0.0
  61. DriverCLSID="{112DE495-AC4C-46F8-B663-6A4266C53313}"
  62. ServiceBinary=%12%\UMDF\WpdFs.dll
  63.  
  64. [Device_AddReg]
  65. ; Add custom property
  66. ; Use WIA Autoplay
  67. ;HKR,,"UseWiaAutoPlay",0x10001,1
  68. ; Enable both WIA and WMDM support for legacy applications
  69. HKR,,"EnableLegacySupport",0x10001,3
  70. HKR,"WpdFs","EnableLegacySupport",0x10001,3
  71. HKR,"WUDF\Device Parameters\WpdFs","EnableLegacySupport",0x10001,3
  72. HKR,,"UseExtendedWmdm",0x10001,1
  73. HKR,,"WMDMSPCLSID",,"{77F7F122-20B0-4117-A2FB-059D1FC88256}"
  74. HKR,,"OptimalTransferSize",0x10001,262144
  75. ; Disable appearance in shell extension
  76. HKR,,"PortableDeviceIsMassStorage",0x10001,1
  77. ; WPDSP Should convert unicode serial numbers from WPD to ANSI
  78. HKR,,"ConvertSerialNumberToANSI",0x10001,1
  79.  
  80. [WUDFRD_ServiceInstall]
  81. ServiceType=1
  82. StartType=3
  83. ErrorControl=1
  84. ServiceBinary=%12%\WUDFRd.sys
  85.  
  86. [DestinationDirs]
  87. System32Copy=12,UMDF ; copy to system32\drivers\umdf
  88.  
  89. [System32Copy]
  90. WpdFs.dll,,,0x0100
  91.  
  92.  
  93. ; =================== Strings ==================================
  94.  
  95. [Strings]
  96. Msft="Microsoft"
  97. MSFTWUDF="(WPD file system device)"
  98. ; MediaDescription="Microsoft WPD FileSystem Volume Driver Installation Media"
  99. BasicDeviceName="Microsoft WPD FileSystem Volume Driver"
  100. REG_DWORD = 0x00010001
  101. WDF_ROOT="SOFTWARE\Microsoft\Windows NT\CurrentVersion\WUDF"
  102. WDF_SERVICES="SOFTWARE\Microsoft\Windows NT\CurrentVersion\WUDF\Services"
  103. WPD_FS_DEVICE_PARAM="WpdFs"
  104. ; Remove the following line after UMDF RI (mid-Aug)
  105. WPD_FS_DEVICE_PARAM2="WUDF\Device Parameters\WpdFs"
  106.