We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f98c commit 13a08c9Copy full SHA for 13a08c9
ms-windows/QGIS-Installer.nsi
@@ -539,9 +539,10 @@ Section "Uninstall"
539
540
;remove the Desktop ShortCut
541
SetShellVarContext all
542
- Delete "$DESKTOP\QGIS Desktop (${VERSION_NUMBER}).lnk"
543
- Delete "$DESKTOP\QGIS Browser (${VERSION_NUMBER}).lnk"
544
- Delete "$DESKTOP\OSGeo4W.lnk"
+ Delete "$DESKTOP\${QGIS_BASE}\QGIS Desktop (${VERSION_NUMBER}).lnk"
+ Delete "$DESKTOP\${QGIS_BASE}\QGIS Browser (${VERSION_NUMBER}).lnk"
+ Delete "$DESKTOP\${QGIS_BASE}\OSGeo4W.lnk"
545
+ RmDir "$DESKTOP\${QGIS_BASE}"
546
547
;remove the Programs Start ShortCut
548
0 commit comments