[GRASS-SVN] r40748 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 31 05:48:00 EST 2010


Author: hellik
Date: 2010-01-31 05:47:59 -0500 (Sun, 31 Jan 2010)
New Revision: 40748

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
delete all desktop-shortcuts by deinstalling

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-31 00:05:01 UTC (rev 40747)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-31 10:47:59 UTC (rev 40748)
@@ -836,7 +836,7 @@
 	;remove the Desktop ShortCut
 	SetShellVarContext current
 	Delete "$DESKTOP\GRASS ${VERSION_NUMBER}.lnk"
-	Delete "$DESKTOP\GRASS ${VERSION_NUMBER} msys.lnk"
+	Delete "$DESKTOP\GRASS ${VERSION_NUMBER} with MSYS.lnk"
 	
 	;remove the Programs Start ShortCuts
 	SetShellVarContext all



More information about the grass-commit mailing list