Ignore:
Timestamp:
4/24/2010 10:24:22 AM (2 years ago)
Author:
lowjoel
Message:

Forward port from Eraser 6.0: Register the Eraser Shell Extension with Explorer for all lnk files so that when we erase a shortcut the shortcut is erased, not the target of the shortcut. Fixes #329

Location:
trunk/eraser6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6

  • trunk/eraser6/Installer/DirectoryStructure.wxs

    r1848 r1949  
    153153                        Value="{BC9B776A-90D7-4476-A791-79D835F30650}" 
    154154                        Type="string" /> 
     155                    <!-- Shortcuts --> 
     156                    <RegistryValue Id="EraserShellHKCRLnkFile" Root="HKCR" 
     157                        Key="lnkfile\shellex\ContextMenuHandlers\Eraser" 
     158                        Value="{BC9B776A-90D7-4476-A791-79D835F30650}" 
     159                        Type="string" /> 
    155160                    <!-- Recycle Bin --> 
    156161                    <RegistryValue Id="EraserShellHKCRRecycleBin" Root="HKCR" 
Note: See TracChangeset for help on using the changeset viewer.