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.

39 lines
1.4 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. [RegAll]
  10. ; Drop target object used for the photo printing wizard.
  11. HKCR,"CLSID\%CLSID_ResizePhotos%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
  12. HKCR,"CLSID\%CLSID_ResizePhotos%\%IPS%","ThreadingModel",,"Apartment"
  13. HKLM,"%SMWCVSEA%","%CLSID_ResizePhotos%",,"Photo Resizing PowerToy"
  14. HKCR,"SystemFileAssociations\image\ShellEx\ContextMenuHandlers\PhotoResize",,,"%CLSID_ResizePhotos%"
  15. ; slideshow hook object
  16. HKLM,"%PATH_EXPLORER%\CD Burning\Extensions\Slideshow","CLSID",,"{efb97cb8-a4a4-4357-a261-002ffaed0267}"
  17. HKCR,"CLSID\%CLSID_SlideshowExtension%",,,"%DESC_SlideshowExtension%"
  18. HKCR,"CLSID\%CLSID_SlideshowExtension%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
  19. HKCR,"CLSID\%CLSID_SlideshowExtension%\%IPS%",ThreadingModel,,Apartment
  20. [UnRegAll]
  21. HKCR,"CLSID\%CLSID_ResizePhotos%"
  22. HKCR,"CLSID\%CLSID_SlideshowExtension%"
  23. HKLM,"%PATH_EXPLORER%\CD Burning\Handlers\Slideshow"
  24. [Strings]
  25. SMWCVSEA="Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
  26. PATH_EXPLORER="Software\Microsoft\Windows\CurrentVersion\Explorer"
  27. IPS="InProcServer32"
  28. REGEXSZ=0x00020000
  29. REGDW=0x00010001
  30. ;
  31. CLSID_ResizePhotos="{1530f7ee-5128-43bd-9977-84a4b0fad7df}"
  32. CLSID_SlideshowExtension = "{efb97cb8-a4a4-4357-a261-002ffaed0267}"
  33. DESC_SlideshowExtension = "CD Burn Slideshow Hook"