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

; WIASCROLL.INF -- WIA sample scroll-fed scanner Setup File
; Copyright (c) 2000 Microsoft Corporation
; Manufacturer: Microsoft
[Version]
;CatalogFile=wia.cat
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
Signature="$CHICAGO$"
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%Msft%
[DestinationDirs]
; By default, files will be copied to \windows\system32.
DefaultDestDir=11
WIASample.TempFiles=10,temp ; LDID_WIN
[Manufacturer]
%Mfg%=Models
[Models]
%WIASample.DeviceDesc% = WIASample.Scanner, MICROSOFT_WIASCROLL_TESTDEVICE_PNP_ID
[WIASample.Scanner]
Include=sti.inf
Needs=STI.SerialSection
SubClass=StillImage
DeviceType=1
DeviceSubType=0x1
Capabilities=0x31
Events=WIASample.Events
DeviceData=WIASample.DeviceData
AddReg=WIASample.AddReg
CopyFiles=WIASample.CopyFiles,WIASample.TempFiles
DelFiles=WIASample.DelSysFiles
DelReg=WIASample.DelReg
UninstallSection=Uninstall.WIASample
ICMProfiles="sRGB Color Space Profile.icm"
[WIASample.Events]
ScanButton=%ScanButton.Desc%,{A6C5A715-8C6E-11d2-977A-0000F87A926F},%WIASample.STIScanAppDesc%
CopyButton=%CopyButton.Desc%,{B441F425-8C6E-11d2-977A-0000F87A926F},%WIASample.STICopyAppDesc%
FaxButton=%FaxButton.Desc%,{C00EB793-8C6E-11d2-977A-0000F87A926F},%WIASample.STIFaxAppDesc%
[WIASample.Scanner.Services]
Include=sti.inf
Needs=STI.SerialSection.Services
[WIASample.DeviceData]
Server=local
UI DLL=sti.dll
;UI Class ID={98B3790C-0D93-4f22-ADAF-51A45B33C999}
; default
UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
[WIASample.AddReg]
HKR,,HardwareConfig,1,1
HKR,,USDClass,,"{98B3790C-0D93-4f22-ADAF-51A45B33C999}"
HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C999},,,"WIA Sample Scanner STI USD"
HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C999}\InProcServer32,,,%11%\wiascroll.dll
HKCR,CLSID\{98B3790C-0D93-4f22-ADAF-51A45B33C999}\InProcServer32,ThreadingModel,,Both
;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,WIASampleScanner,,"%11%\regsvr32 /s %11%\wiascnex.dll"
[WIASample.CopyFiles]
wiascroll.dll
;wiascnex.dll
[Strings]
Msft="Microsoft"
Mfg="Microsoft"
WIASample.DeviceDesc="WIA Sample Scroll Fed Scanner Device"
WIASample.SvcDesc="WIA Sample Scroll Fed Scanner Driver"
WIASample.STIScanAppDesc="STI Scan button application"
WIASample.STICopyAppDesc="STI Copy button application"
WIASample.STIFaxAppDesc="STI Fax button application"
ScanButton.Desc="Scan Button"
CopyButton.Desc="Copy Button"
FaxButton.Desc="Fax Button"