windows-nt/Source/XPSP1/NT/printscan/ui/wiaacmgr/postplug/selfreg.inf
2020-09-26 16:20:57 +08:00

26 lines
573 B
INI

[Version]
Signature="$CHICAGO$"
[RegDllCommon]
AddReg=AddReg.Common
[UnregDllCommon]
DelReg=DelReg.Common
[AddReg.Common]
HKCR,"CLSID\%CLSID_HttpPostPlugin%",,,"%HttpPostPlugin%"
HKCR,"CLSID\%CLSID_HttpPostPlugin%\InprocServer32",,,"postplug.dll"
HKCR,"CLSID\%CLSID_HttpPostPlugin%\InprocServer32","ThreadingModel",,"Apartment"
[DelReg.Common]
HKCR,"CLSID\%CLSID_HttpPostPlugin%\InprocServer32"
HKCR,"CLSID\%CLSID_HttpPostPlugin%"
[Strings]
; Don't localize
CLSID_HttpPostPlugin="{81ED8E37-5938-46BF-B504-3539FB345419}"
; Do localize
HttpPostPlugin="WIA Default UI"