Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.0 KiB

  1. ; WIASCANR.INF -- WIA sample scanner setup file
  2. ; Copyright (c) 2002 Microsoft Corporation
  3. ; Manufacturer: Microsoft
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Class=Image
  7. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  8. Provider=%Mfg%
  9. DriverVer=06/26/2002,1.0
  10. CatalogFile=wia.cat
  11. [DestinationDirs]
  12. ; By default, files will be copied to \windows\system32.
  13. DefaultDestDir=11
  14. [Manufacturer]
  15. %Mfg%=Models
  16. [Models]
  17. %WIASample.DeviceDesc% = WIASample.Scanner, MICROSOFT_WIASCANR_TESTDEVICE_PNP_ID
  18. [WIASample.Scanner]
  19. Include=sti.inf
  20. Needs=STI.SerialSection
  21. SubClass=StillImage
  22. DeviceType=1
  23. DeviceSubType=0x1
  24. Capabilities=0x31
  25. Events=WIASample.Events
  26. DeviceData=WIASample.DeviceData
  27. AddReg=WIASample.AddReg
  28. CopyFiles=WIASample.CopyFiles
  29. ICMProfiles="sRGB Color Space Profile.icm"
  30. [WIASample.Events]
  31. ScanButton=%ScanButton.Desc%,{A6C5A715-8C6E-11d2-977A-0000F87A926F},*
  32. CopyButton=%CopyButton.Desc%,{B441F425-8C6E-11d2-977A-0000F87A926F},*
  33. FaxButton=%FaxButton.Desc%,{C00EB793-8C6E-11d2-977A-0000F87A926F},*
  34. [WIASample.Scanner.Services]
  35. Include=sti.inf
  36. Needs=STI.SerialSection.Services
  37. [WIASample.DeviceData]
  38. Server=local
  39. UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
  40. [WIASample.AddReg]
  41. HKR,,HardwareConfig,1,1
  42. HKR,,USDClass,,"{98B3790C-0D93-4f22-ADAF-51A45B33C998}"
  43. HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C998},,,"WIA Sample Scanner Minidriver"
  44. HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C998}\InProcServer32,,,%11%\wiascanr.dll
  45. HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C998}\InProcServer32,ThreadingModel,,Both
  46. [WIASample.CopyFiles]
  47. wiascanr.dll
  48. [SourceDisksFiles.x86]
  49. wiascanr.dll=1
  50. [SourceDisksNames.x86]
  51. 1=%Location%,,,
  52. [SourceDisksFiles.IA64]
  53. wiascanr.dll=1
  54. [SourceDisksNames.IA64]
  55. 1=%Location%,,,
  56. [Strings]
  57. Mfg="IHV Provider"
  58. WIASample.DeviceDesc="WIA Sample Scanner Device"
  59. WIASample.SvcDesc="WIA Sample Scanner Driver"
  60. ScanButton.Desc="Scan Button"
  61. CopyButton.Desc="Copy Button"
  62. FaxButton.Desc="Fax Button"
  63. Location="Install Source"