浏览代码

NSIS script: fix uninstaller

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47952 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 年之前
父节点
当前提交
9189ac5998
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mswindows/GRASS-Installer.nsi

+ 2 - 2
mswindows/GRASS-Installer.nsi

@@ -1010,9 +1010,9 @@ Section "Uninstall"
 	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}"