[GRASS-SVN] r49555 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 5 10:55:28 EST 2011
Author: martinl
Date: 2011-12-05 07:55:28 -0800 (Mon, 05 Dec 2011)
New Revision: 49555
Modified:
grass/branches/releasebranch_6_4/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/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2011-12-05 15:55:05 UTC (rev 49554)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2011-12-05 15:55:28 UTC (rev 49555)
@@ -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