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.

79 lines
2.5 KiB

  1. ; WIASCROLL.INF -- WIA sample scroll-fed scanner Setup File
  2. ; Copyright (c) 2000 Microsoft Corporation
  3. ; Manufacturer: Microsoft
  4. [Version]
  5. ;CatalogFile=wia.cat
  6. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  7. Signature="$CHICAGO$"
  8. Class=Image
  9. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  10. Provider=%Msft%
  11. [DestinationDirs]
  12. ; By default, files will be copied to \windows\system32.
  13. DefaultDestDir=11
  14. WIASample.TempFiles=10,temp ; LDID_WIN
  15. [Manufacturer]
  16. %Mfg%=Models
  17. [Models]
  18. %WIASample.DeviceDesc% = WIASample.Scanner, MICROSOFT_WIASCROLL_TESTDEVICE_PNP_ID
  19. [WIASample.Scanner]
  20. Include=sti.inf
  21. Needs=STI.SerialSection
  22. SubClass=StillImage
  23. DeviceType=1
  24. DeviceSubType=0x1
  25. Capabilities=0x31
  26. Events=WIASample.Events
  27. DeviceData=WIASample.DeviceData
  28. AddReg=WIASample.AddReg
  29. CopyFiles=WIASample.CopyFiles,WIASample.TempFiles
  30. DelFiles=WIASample.DelSysFiles
  31. DelReg=WIASample.DelReg
  32. UninstallSection=Uninstall.WIASample
  33. ICMProfiles="sRGB Color Space Profile.icm"
  34. [WIASample.Events]
  35. ScanButton=%ScanButton.Desc%,{A6C5A715-8C6E-11d2-977A-0000F87A926F},%WIASample.STIScanAppDesc%
  36. CopyButton=%CopyButton.Desc%,{B441F425-8C6E-11d2-977A-0000F87A926F},%WIASample.STICopyAppDesc%
  37. FaxButton=%FaxButton.Desc%,{C00EB793-8C6E-11d2-977A-0000F87A926F},%WIASample.STIFaxAppDesc%
  38. [WIASample.Scanner.Services]
  39. Include=sti.inf
  40. Needs=STI.SerialSection.Services
  41. [WIASample.DeviceData]
  42. Server=local
  43. UI DLL=sti.dll
  44. ;UI Class ID={98B3790C-0D93-4f22-ADAF-51A45B33C999}
  45. ; default
  46. UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
  47. [WIASample.AddReg]
  48. HKR,,HardwareConfig,1,1
  49. HKR,,USDClass,,"{98B3790C-0D93-4f22-ADAF-51A45B33C999}"
  50. HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C999},,,"WIA Sample Scanner STI USD"
  51. HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C999}\InProcServer32,,,%11%\wiascroll.dll
  52. HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C999}\InProcServer32,ThreadingModel,,Both
  53. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,WIASampleScanner,,"%11%\regsvr32 /s %11%\wiascnex.dll"
  54. [WIASample.CopyFiles]
  55. wiascroll.dll
  56. ;wiascnex.dll
  57. [Strings]
  58. Msft="Microsoft"
  59. Mfg="Microsoft"
  60. WIASample.DeviceDesc="WIA Sample Scroll Fed Scanner Device"
  61. WIASample.SvcDesc="WIA Sample Scroll Fed Scanner Driver"
  62. WIASample.STIScanAppDesc="STI Scan button application"
  63. WIASample.STICopyAppDesc="STI Copy button application"
  64. WIASample.STIFaxAppDesc="STI Fax button application"
  65. ScanButton.Desc="Scan Button"
  66. CopyButton.Desc="Copy Button"
  67. FaxButton.Desc="Fax Button"