[GRASS-SVN] r47952 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 29 14:43:22 EDT 2011
Author: mmetz
Date: 2011-08-29 11:43:22 -0700 (Mon, 29 Aug 2011)
New Revision: 47952
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
NSIS script: fix uninstaller
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2011-08-29 18:34:23 UTC (rev 47951)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2011-08-29 18:43:22 UTC (rev 47952)
@@ -1010,9 +1010,9 @@
SetShellVarContext all
RMDir /r "$SMPROGRAMS\${GRASS_BASE}"
- ;remove the $APPDATA\GRASS7\rc file
+ ;remove the $APPDATA\grass7\rc file
SetShellVarContext current
- RMDir /r "$APPDATA\GRASS7"
+ RMDir /r "$APPDATA\grass7"
;remove the Registry Entries
DeleteRegKey HKLM "Software\${GRASS_BASE}"
More information about the grass-commit
mailing list