From 018eda57373d4aa36a96e5f90eaf98a8e8ab33e1 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Sat, 10 Dec 2011 15:45:01 +0200 Subject: [PATCH] don't keep shortcuts after uninstalling standalone version (fix #2977) --- ms-windows/QGIS-Installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms-windows/QGIS-Installer.nsi b/ms-windows/QGIS-Installer.nsi index 1ac8b3b864e4..b4d405e6bf96 100644 --- a/ms-windows/QGIS-Installer.nsi +++ b/ms-windows/QGIS-Installer.nsi @@ -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