Source code of Windows XP (NT5)
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.

25 lines
573 B

  1. [Version]
  2. Signature="$CHICAGO$"
  3. [RegDllCommon]
  4. AddReg=AddReg.Common
  5. [UnregDllCommon]
  6. DelReg=DelReg.Common
  7. [AddReg.Common]
  8. HKCR,"CLSID\%CLSID_HttpPostPlugin%",,,"%HttpPostPlugin%"
  9. HKCR,"CLSID\%CLSID_HttpPostPlugin%\InprocServer32",,,"postplug.dll"
  10. HKCR,"CLSID\%CLSID_HttpPostPlugin%\InprocServer32","ThreadingModel",,"Apartment"
  11. [DelReg.Common]
  12. HKCR,"CLSID\%CLSID_HttpPostPlugin%\InprocServer32"
  13. HKCR,"CLSID\%CLSID_HttpPostPlugin%"
  14. [Strings]
  15. ; Don't localize
  16. CLSID_HttpPostPlugin="{81ED8E37-5938-46BF-B504-3539FB345419}"
  17. ; Do localize
  18. HttpPostPlugin="WIA Default UI"