home *** CD-ROM | disk | FTP | other *** search
- ;
- ; WpdFs.inf
- ;
- ; WPD File System driver
- ;
-
-
- ;;++ Added by AddSDisk.cmd
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- wpdfs.dll = 3426
- ;;--
-
- [Version]
- Signature="$Windows NT$"
- Class=WPD
- ClassGuid={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
- Provider=%Msft%
- ;; Commented by AddSDisk.cmd
- ;; LayoutFile=layout.inf
- DriverVer=06/21/2006,6.0.6001.18000
-
- [Manufacturer]
- %MSFTWUDF%=Microsoft,NTx86,NTia64,NTamd64
-
- [Microsoft.NTx86]
- %BasicDeviceName%=Basic_Install,wpdbusenum\fs
-
- [Microsoft.NTia64]
- %BasicDeviceName%=Basic_Install,wpdbusenum\fs
-
- [Microsoft.NTamd64]
- %BasicDeviceName%=Basic_Install,wpdbusenum\fs
-
- ; =================== WPDFS Device ==================================
-
- [Basic_Install]
- CopyFiles=System32Copy
-
- [Basic_Install.hw]
- AddReg=Device_AddReg
-
- [Basic_Install.Services]
- AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall
-
- [Basic_Install.CoInstallers]
- AddReg=Basic_Install.CoInstallers_AddReg
-
- [Basic_Install.CoInstallers_AddReg]
- HKR,,CoInstallers32,0x00010000,"WUDFCoInstaller.dll"
-
- [Basic_Install.Wdf]
- UmdfService=WpdFs, WpdFs_Install
- UmdfServiceOrder=WpdFs
- UmdfImpersonationLevel = Impersonation
-
- [WpdFs_Install]
- UmdfLibraryVersion=1.0.0
- DriverCLSID="{112DE495-AC4C-46F8-B663-6A4266C53313}"
- ServiceBinary=%12%\UMDF\WpdFs.dll
-
- [Device_AddReg]
- ; Add custom property
- ; Use WIA Autoplay
- ;HKR,,"UseWiaAutoPlay",0x10001,1
- ; Enable both WIA and WMDM support for legacy applications
- HKR,,"EnableLegacySupport",0x10001,3
- HKR,"WpdFs","EnableLegacySupport",0x10001,3
- HKR,"WUDF\Device Parameters\WpdFs","EnableLegacySupport",0x10001,3
- HKR,,"UseExtendedWmdm",0x10001,1
- HKR,,"WMDMSPCLSID",,"{77F7F122-20B0-4117-A2FB-059D1FC88256}"
- HKR,,"OptimalTransferSize",0x10001,262144
- ; Disable appearance in shell extension
- HKR,,"PortableDeviceIsMassStorage",0x10001,1
- ; WPDSP Should convert unicode serial numbers from WPD to ANSI
- HKR,,"ConvertSerialNumberToANSI",0x10001,1
-
- [WUDFRD_ServiceInstall]
- ServiceType=1
- StartType=3
- ErrorControl=1
- ServiceBinary=%12%\WUDFRd.sys
-
- [DestinationDirs]
- System32Copy=12,UMDF ; copy to system32\drivers\umdf
-
- [System32Copy]
- WpdFs.dll,,,0x0100
-
-
- ; =================== Strings ==================================
-
- [Strings]
- Msft="Microsoft"
- MSFTWUDF="(WPD file system device)"
- ; MediaDescription="Microsoft WPD FileSystem Volume Driver Installation Media"
- BasicDeviceName="Microsoft WPD FileSystem Volume Driver"
- REG_DWORD = 0x00010001
- WDF_ROOT="SOFTWARE\Microsoft\Windows NT\CurrentVersion\WUDF"
- WDF_SERVICES="SOFTWARE\Microsoft\Windows NT\CurrentVersion\WUDF\Services"
- WPD_FS_DEVICE_PARAM="WpdFs"
- ; Remove the following line after UMDF RI (mid-Aug)
- WPD_FS_DEVICE_PARAM2="WUDF\Device Parameters\WpdFs"
-