Skip to content

Commit

Permalink
don't keep shortcuts after uninstalling standalone version (fix #2977)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 10, 2011
1 parent 1a7d909 commit 018eda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/QGIS-Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Section "Uninstall"
RMDir "$INSTDIR"

;remove the Desktop ShortCut
SetShellVarContext current
SetShellVarContext all
Delete "$DESKTOP\Quantum GIS (${VERSION_NUMBER}).lnk"

;remove the Programs Start ShortCut
Expand Down

0 comments on commit 018eda5

Please sign in to comment.