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

Commit 919ac0a

Browse files
committed
Merge pull request #459 from adobe/bchin/issue-6073
Fix Issue #6073- "[PM] Installer steals file associations with no warning (for a few users)"
2 parents 9e5d9f2 + 14f1927 commit 919ac0a

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)