Skip to content
Permalink
Browse files
don't keep shortcuts after uninstalling standalone version (fix #2977)
  • Loading branch information
alexbruy committed Dec 10, 2011
1 parent 1a7d909 commit 018eda5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 018eda5

Please sign in to comment.