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