[GRASS-SVN] r49552 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 5 10:52:16 EST 2011


Author: martinl
Date: 2011-12-05 07:52:16 -0800 (Mon, 05 Dec 2011)
New Revision: 49552

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


Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2011-12-05 15:51:57 UTC (rev 49551)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2011-12-05 15:52:16 UTC (rev 49552)
@@ -1005,11 +1005,11 @@
 	
 	;remove the $APPDATA\GRASS7 folder
 	;disabled, don't remove user settings
-	SetShellVarContext current
+	; SetShellVarContext current
 	;RMDir /r "$APPDATA\GRASS7"	
-	${If} ${FileExists} "$APPDATA\GRASS7\addons\*.*"
-	      RMDir /r "$APPDATA\GRASS7\addons"
-	${EndIf}
+	;${If} ${FileExists} "$APPDATA\GRASS7\addons\*.*"
+	;      RMDir /r "$APPDATA\GRASS7\addons"
+	;${EndIf}
 	
 	;remove the Registry Entries
 	DeleteRegKey HKLM "Software\${GRASS_BASE}"



More information about the grass-commit mailing list