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

Possible fix for #1473 (Uninstaller doesn't always remove Brackets start menu shortcut) #136

Merged
merged 1 commit into from
Oct 26, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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