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

Commit 29782df

Browse files
committed
Merge pull request #136 from adobe/pflynn/issue-1473
Possible fix for #1473 (Uninstaller doesn't always remove Brackets start menu shortcut)
2 parents 0638942 + 8b727ae commit 29782df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/win/Brackets.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
3232
</DirectoryRef>
3333

3434
<DirectoryRef Id="ProgramMenuFolder">
35-
<Component Id="StartMenuShortcut" Guid="{C90B75F4-7E02-43A9-9A2C-FC1A251349EC}" Win64="no" >
35+
<Component Id="StartMenuShortcut" Guid="{3C6EAEA9-C8EB-49A4-91EF-5D9E8037FAF6}" Win64="no" >
3636
<Shortcut Id="AppShortcut" Name="!(loc.ProductName) $(var.ProductVersionName)"
3737
Description="!(loc.ShortcutDescription)"
3838
Target="[INSTALLDIR]\$(var.ExeName).exe" />

0 commit comments

Comments
 (0)