[GRASS-SVN] r61911 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 13 12:50:24 PDT 2014
Author: hellik
Date: 2014-09-13 12:50:23 -0700 (Sat, 13 Sep 2014)
New Revision: 61911
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-09-13 19:42:06 UTC (rev 61910)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-09-13 19:50:23 UTC (rev 61911)
@@ -935,7 +935,8 @@
untgz::extract "-d" "$TEMP\$ORIGINAL_UNTAR_FOLDER" "-zbz2" "$TEMP\$ARCHIVE_NAME"
Pop $0
StrCmp $0 "success" untar_ok untar_failed
-
+
+ ;move ExecWait, CopyFiles, Delete, RMDir commands out of the download function as these seems not to work if these are nested in a function
untar_ok:
ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2005_x86.exe" /q'
ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2008_x86.exe" /q'
More information about the grass-commit
mailing list