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

Commit

Permalink
Merge pull request #136 from adobe/pflynn/issue-1473
Browse files Browse the repository at this point in the history
Possible fix for #1473 (Uninstaller doesn't always remove Brackets start menu shortcut)
  • Loading branch information
gruehle committed Oct 26, 2012
2 parents bc3e413 + 6fc4cfb commit 5c03a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/win/Brackets.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
</DirectoryRef>

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

0 comments on commit 5c03a81

Please sign in to comment.