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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 5 10:56:54 EST 2011


Author: martinl
Date: 2011-12-05 07:56:54 -0800 (Mon, 05 Dec 2011)
New Revision: 49556

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
winGRASS: do not remove $APPDATA\GRASSX when uninstalling GRASS (keep also locally installed addons)
         (merge r49552 from trunk)


Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2011-12-05 15:55:28 UTC (rev 49555)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2011-12-05 15:56:54 UTC (rev 49556)
@@ -915,11 +915,11 @@
 	
 	;remove the $APPDATA\GRASS6 folder
 	;disabled, don't remove user settings
-	SetShellVarContext current
+	;SetShellVarContext current
 	;RMDir /r "$APPDATA\GRASS6"	
-	${If} ${FileExists} "$APPDATA\GRASS6\addons\*.*"
-	      RMDir /r "$APPDATA\GRASS6\addons"
-	${EndIf}
+	;${If} ${FileExists} "$APPDATA\GRASS6\addons\*.*"
+	;      RMDir /r "$APPDATA\GRASS6\addons"
+	;${EndIf}
 	
 	;remove the Registry Entries
 	DeleteRegKey HKLM "Software\${GRASS_BASE}"



More information about the grass-commit mailing list