Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 8583247

Browse files
authored
Merge pull request #599 from adobe/saurabh95/Fixed-#11281
Fixed #11281 Added a registry entry for context menu entry to open current folder as brackets project
2 parents 772f737 + 6a9cce9 commit 8583247

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

installer/win/Brackets.wxs

+9
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@
9898
<RegistryValue Root="HKCR" Key="directory\shell\!(loc.ProductName)\command" Value="[INSTALLDIR]$(var.ExeName).exe &quot;%1&quot;"
9999
Type="string" />
100100

101+
<RegistryValue Root="HKCR" Key="directory\background\shell\!(loc.ProductName)" Value="!(loc.ExplorerDirectoryOpenContextMenu)"
102+
Type="string" />
103+
104+
<RegistryValue Root="HKCR" Key="directory\background\shell\!(loc.ProductName)" Name="Icon" Value="[INSTALLDIR]$(var.ExeName).exe"
105+
Type="string" />
106+
107+
<RegistryValue Root="HKCR" Key="directory\background\shell\!(loc.ProductName)\command" Value="[INSTALLDIR]$(var.ExeName).exe &quot;%V&quot;"
108+
Type="string" />
109+
101110
</Component>
102111

103112
<!-- Start Menu Shortcuts-->

0 commit comments

Comments
 (0)