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.

41 lines
1.5 KiB

  1. [Version]
  2. Signature="$CHICAGO$"
  3. [RegDll]
  4. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  5. AddReg=RegAll
  6. [UnregDll]
  7. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  8. DelReg=UnRegAll
  9. ;; register the objects that we want to expose
  10. [RegAll]
  11. ; Register the Print Photos Wizard COM object
  12. HKCR,"CLSID\%CLSID_PrintPhotosWizard%",,,"%DESC_PrintPhotosWizard%"
  13. HKCR,"CLSID\%CLSID_PrintPhotosWizard%\InProcServer32",,%REGEXSZ%,"%_SYS_MOD_PATH%"
  14. HKCR,"CLSID\%CLSID_PrintPhotosWizard%\InProcServer32","ThreadingModel",,"Apartment"
  15. ; Drop target object used for the print photos wizard.
  16. HKCR,"CLSID\%CLSID_PrintPhotosDropTarget%",,,"%DESC_PrintPhotosDropTarget%"
  17. HKCR,"CLSID\%CLSID_PrintPhotosDropTarget%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
  18. HKCR,"CLSID\%CLSID_PrintPhotosDropTarget%\%IPS%","ThreadingModel",,"Apartment"
  19. HKLM,"%SMWCVSEA%","%CLSID_PrintPhotosDropTarget%",,"%DESC_PublishDropTarget%"
  20. [UnRegAll]
  21. HKCR,"CLSID\%CLSID_PrintPhotosWizard%"
  22. HKCR,"CLSID\%CLSID_PrintPhotosDropTarget%"
  23. [Strings]
  24. SMWCVSEA="Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
  25. IPS="InProcServer32"
  26. CLSID_PrintPhotosWizard="{4c649c49-c48f-4222-9a0d-cbbf4231221d}"
  27. CLSID_PrintPhotosDropTarget="{60fd46de-f830-4894-a628-6fa81bc0190d}"
  28. REGEXSZ=0x00020000
  29. REGDW=0x00010001
  30. ; !!!!Localisable strings!!!!
  31. DESC_PrintPhotosWizard="Photo Printing with Templates Wizard"
  32. DESC_PrintPhotosDropTarget="DropTarget Object for Photo Printing Wizard"
  33. ERR_NOSETUPAPI="Can not register PRINTWIZ.DLL because SETUPAPI.DLL is missing."