[GRASS-SVN] r40749 - grass/branches/develbranch_6/mswindows

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


Author: hellik
Date: 2010-01-31 05:50:00 -0500 (Sun, 31 Jan 2010)
New Revision: 40749

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

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-01-31 10:47:59 UTC (rev 40748)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-01-31 10:50:00 UTC (rev 40749)
@@ -821,7 +821,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