[GRASS-SVN] r56040 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 30 01:32:32 PDT 2013


Author: hamish
Date: 2013-04-30 01:32:31 -0700 (Tue, 30 Apr 2013)
New Revision: 56040

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
Log:
no luck with folder deletion

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2013-04-30 07:50:14 UTC (rev 56039)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2013-04-30 08:32:31 UTC (rev 56040)
@@ -911,7 +911,8 @@
 	CopyFiles "$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\*.dll" "$INSTDIR\extralib"
 	Delete "$TEMP\$ARCHIVE_NAME"
 	RMDir /r "$TEMP\$ORIGINAL_UNTAR_FOLDER"
-	Delete "$TEMP\$ORIGINAL_UNTAR_FOLDER"
+	;the following doesn't work. Maybe because the installer is still running?
+	RMDir "$TEMP\$ORIGINAL_UNTAR_FOLDER"
 	Goto end
 	
 	download_failed:



More information about the grass-commit mailing list