Skip to content

Commit 31d9ea3

Browse files
committed
don't keep shortcuts after uninstalling standalone version (fix #2977)
1 parent 1ff94bd commit 31d9ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms-windows/QGIS-Installer.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Section "Uninstall"
631631
RMDir "$INSTDIR"
632632

633633
;remove the Desktop ShortCut
634-
SetShellVarContext current
634+
SetShellVarContext all
635635
Delete "$DESKTOP\Quantum GIS (${VERSION_NUMBER}).lnk"
636636

637637
;remove the Programs Start ShortCut

0 commit comments

Comments
 (0)