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

Commit 14f1927

Browse files
committed
removed installing registry key PerceivedType to avoid overriding icon type set by other apps
1 parent 9e5d9f2 commit 14f1927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

installer/win/Brackets.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
Value="!(loc.ProductName) FileExt" Name=".$(var.filetype)" Type="string" />
5959

6060
<!-- associate each supported filetype with application -->
61-
<RegistryValue Root="HKCR" Key=".$(var.filetype)" Value="text" Name="PerceivedType" Type="string" />
6261
<RegistryValue Root="HKCR" Key=".$(var.filetype)\OpenWithProgids" Value=""
6362
Name="!(loc.ProductName) FileExt" Type="string" />
6463
<?endforeach?>

0 commit comments

Comments
 (0)