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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 30 09:10:48 EST 2012


Author: martinl
Date: 2012-01-30 06:10:48 -0800 (Mon, 30 Jan 2012)
New Revision: 50560

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
winGRASS: show GRASS version also for 'uninstall item' in Start menu


Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2012-01-30 14:09:17 UTC (rev 50559)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2012-01-30 14:10:48 UTC (rev 50560)
@@ -606,7 +606,7 @@
 		"$INSTALL_DIR\icons\WinGRASS.ico" "" SW_SHOWNORMAL "" "Visit the WinGRASS Project Web Page"
 	!endif
 	
-	CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\Uninstall GRASS.lnk" "$INSTALL_DIR\Uninstall-GRASS.exe" ""\
+	CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\Uninstall GRASS ${VERSION_NUMBER}.lnk" "$INSTALL_DIR\Uninstall-GRASS.exe" ""\
 	"$INSTALL_DIR\Uninstall-GRASS.exe" "" SW_SHOWNORMAL "" "Uninstall GRASS ${VERSION_NUMBER}"
 	
 	;Create the grass_command.bat



More information about the grass-commit mailing list