Browse Source

NSIS script: fix uninstaller

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47952 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 năm trước cách đây
mục cha
commit
9189ac5998
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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}"