Skip to content

Commit

Permalink
Merge branch 'Trafo-fix/WindowsPlaceholderShortCutMenu'
Browse files Browse the repository at this point in the history
  • Loading branch information
mgallien committed Sep 28, 2021
2 parents 155f686 + 51cfe76 commit fe34446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell_integration/windows/WinShellExt.wxs.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<File Id="NCContextMenu.dll" KeyPath="yes" Source="$(var.HarvestAppDir)\shellext\NCContextMenu.dll">
<Class Id="$(var.ContextMenuGuid)" Context="InprocServer32" Description="$(var.ContextMenuDescription)" ThreadingModel="apartment" />
</File>
<RegistryValue Root="HKCR" Key="CLSID\$(var.ContextMenuGuid)" Name="ContextMenuOptIn" Value="" Type="string" Action="write" />
<RegistryValue Root="HKCR" Key="AllFileSystemObjects\shellex\ContextMenuHandlers\$(var.ContextMenuRegKeyName)" Value="$(var.ContextMenuGuid)" Type="string" Action="write" />
</Component>

Expand Down

0 comments on commit fe34446

Please sign in to comment.