Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.2 KB

File metadata and controls

34 lines (25 loc) · 1.2 KB

SvgShellExtensions.dll

Windows (64bit) Explorer Shell Extensions for SVG files
Preview Handler and Thumbnail Provider

See Releases for the latest compiled version of SvgShellExtensions.
Otherwise, to compile your own version of SvgShellExtensions, you'll need a Delphi compiler and a copy of my Image32 graphics library.

Preview

Thumbnail


Install:

  1. Right click Windows' Start Button
  2. Select Terminal (Admin)
    In Terminal ...
    cd path_to_SvgShellExtensions
    regsvr32 SvgShellExtensions.dll
    exit


Uninstall:

  1. Right click Windows' Start Button
  2. Select Terminal (Admin)
    In Terminal ...
    cd path_to_SvgShellExtensions
    regsvr32 /u SvgShellExtensions.dll
    exit