Skip to content

Commit

Permalink
nsis installer: remove desktop icon
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14730 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 21, 2010
1 parent 491c1d7 commit 88e23cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/QGIS-Installer.nsi
Expand Up @@ -625,7 +625,7 @@ Section "Uninstall"

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

;remove the Programs Start ShortCut
SetShellVarContext all
Expand Down

0 comments on commit 88e23cd

Please sign in to comment.