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

  1.  ■;
  2. ; WSDScDrv.inf - installation file for the WSD Scan Driver
  3. ;
  4. ; Copyright (c) Microsoft Corporation. All rights reserved.
  5. ;
  6. ; Manufacturer: Microsoft (D2)
  7. ;
  8. [Version]
  9. Signature="$WINDOWS NT$"
  10. Class=Image
  11. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  12. Provider=%MSFT%
  13. DriverVer=06/21/2006,6.0.6001.18000
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16. [Manufacturer]
  17. %MSFT%=Microsoft, NTx86
  18. [Microsoft.NTx86]
  19. ; DisplayName                   Section               DeviceId
  20. ; -----------                   -------               --------
  21. %WSDScanDriver.DeviceDesc% =    WSDScanDriver.Device, UMB\http://schemas.microsoft.com/windows/2006/08/wdp/scan/ScannerServiceType
  22. [SourceDisksNames]
  23. 3426=windows cd
  24. [SourceDisksFiles]
  25. WSDScDrv.dll=3426
  26. WSDScPrx.dll=3426
  27. [DestinationDirs]
  28. DefaultDestDir = 11
  29. WSDScanDriver.CopyFiles = 11
  30. [WSDScanDriver.Device]
  31. Include=sti.inf
  32. Needs=STI.WSDSection
  33. SubClass=StillImage
  34. DeviceType=1                                   ; scanner device
  35. DeviceSubType=1
  36. Capabilities=0x31                              ; STI_GENCAP_NOTIFICATIONS (bit 0) | STI_GENCAP_WIA (bit 4) | bit 5
  37. DeviceData=WSDScanDriver.DeviceData
  38. Events=WSDScanDriver.Events
  39. AddReg=WSDScanDriver.AddReg
  40. CopyFiles=WSDScanDriver.CopyFiles
  41. ICMProfiles="sRGB Color Space Profile.icm"
  42. [WSDScanDriver.CopyFiles]
  43. WSDScDrv.dll
  44. WSDScPrx.dll
  45. [WSDScanDriver.AddReg]
  46. ; Registry settings for the WIA mini-driver component:
  47. HKR,,HardwareConfig,1,1
  48. HKR,,USDClass,,"{D669B7BA-845E-4e1c-932F-75E895173E5F}"
  49. HKCR,CLSID\{D669B7BA-845E-4e1c-932F-75E895173E5F},,,"WSD Scan Driver"
  50. HKCR,CLSID\{D669B7BA-845E-4e1c-932F-75E895173E5F}\InProcServer32,,,%11%\WSDScDrv.dll
  51. HKCR,CLSID\{D669B7BA-845E-4e1c-932F-75E895173E5F}\InProcServer32,ThreadingModel,,"Both"
  52. ; Registry settings for the WSD scan proxy component:
  53. HKCR,CLSID\{1A0B6716-3747-4fe8-A4F7-82CC715FD9B1},,,"WSD Scan Proxy"
  54. HKCR,CLSID\{1A0B6716-3747-4fe8-A4F7-82CC715FD9B1}\InprocServer32,,,"%11%\WSDScPrx.dll"
  55. HKCR,CLSID\{1A0B6716-3747-4fe8-A4F7-82CC715FD9B1}\InprocServer32,"ThreadingModel",,"Both"
  56. HKCR,CLSID\{1A0B6716-3747-4fe8-A4F7-82CC715FD9B1}\ProgID,,,"FunctionDiscovery.WSDScanProxy.1"
  57. HKCR,CLSID\{1A0B6716-3747-4fe8-A4F7-82CC715FD9B1}\VersionIndependentProgID,,,"FunctionDiscovery.WSDScanProxy"
  58. [WSDScanDriver.DeviceData]
  59. Server=local                                  ; the WIA mini-driver runs on the same machine as the client application
  60. [WSDScanDriver.Events]
  61. ScanEvent=%ScanEvent.Desc%,{A6C5A715-8C6E-11d2-977A-0000F87A926F},*
  62. ScanToPrintEvent=%ScanToPrintEvent.Desc%,{B441f425-8C6e-11D2-977A-0000F87A926F},*
  63. ScanToFaxEvent=%ScanToFaxEvent.Desc%,{C00EB793-8C6E-11D2-977A-0000F87A926F},*
  64. ScanToOCREvent=%ScanToOCREvent.Desc%,{9D095B89-37D6-4877-AFED-62A297DC6DBE},*
  65. ScanToEmailEvent=%ScanToEmailEvent.Desc%,{C686DCEE-54F2-419E-9A27-2FC7F2E98F9E},*
  66. [WSDScanDriver.Device.HW]
  67. Include=sti.inf
  68. Needs=STI.WSDSectionHW
  69. [WSDScanDriver.Device.Services]
  70. Include=sti.inf
  71. Needs=STI.WSDSection.Services
  72. [Strings]
  73. MSFT="Microsoft"
  74. WSDScanDriver.DeviceDesc="WSD Scan Device"
  75. ScanEvent.Desc="Scan"
  76. ScanToPrintEvent.Desc="Scan To Print"
  77. ScanToFaxEvent.Desc="Scan To Fax"
  78. ScanToOCREvent.Desc="Scan To OCR"
  79. ScanToEmailEvent.Desc="Scan To E-mail"