Browse Source

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40705 15284696-431f-4ddb-bdfa-cd5b030d7da7

Helmut Kudrnovsky 15 years ago
parent
commit
75592c0417
1 changed files with 2 additions and 0 deletions
  1. 2 0
      mswindows/GRASS-Installer.nsi

+ 2 - 0
mswindows/GRASS-Installer.nsi

@@ -790,6 +790,7 @@ Section "Uninstall"
 	Delete "$INSTDIR\GRASS-WebSite.url"	
 	Delete "$INSTDIR\GRASS-WebSite.url"	
 	Delete "$INSTDIR\WinGRASS-README.url"
 	Delete "$INSTDIR\WinGRASS-README.url"
 	Delete "$INSTDIR\REQUIREMENTS.html"
 	Delete "$INSTDIR\REQUIREMENTS.html"
+	Delete "$INSTDIR\README.html"	
 	
 	
 	;remove folders
 	;remove folders
 	RMDir /r "$INSTDIR\bin"
 	RMDir /r "$INSTDIR\bin"
@@ -811,6 +812,7 @@ Section "Uninstall"
 	RMDir /r "$INSTDIR\scripts"
 	RMDir /r "$INSTDIR\scripts"
 	RMDir /r "$INSTDIR\sqlite"
 	RMDir /r "$INSTDIR\sqlite"
 	RMDir /r "$INSTDIR\tcl-tk"
 	RMDir /r "$INSTDIR\tcl-tk"
+	RMDir /r "$INSTDIR\tools"	
 	
 	
 	;if empty, remove the install folder
 	;if empty, remove the install folder
 	RMDir "$INSTDIR"
 	RMDir "$INSTDIR"