Skip to content

AngusJohnson/SvgShellExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

SvgShellExtensions.dll

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

SvgShellExtensions.dll has been compiled using Delphi Version 10.4 Community Edition.
https://www.embarcadero.com/products/delphi/starter/free-download

My Image32 2D graphics library was also used.

Preview

Thumbnail


Install:

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


Uninstall:

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