Преглед изворни кода

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

Helmut Kudrnovsky пре 10 година
родитељ
комит
1abc933500
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      mswindows/GRASS-Installer.nsi.tmpl

+ 2 - 1
mswindows/GRASS-Installer.nsi.tmpl

@@ -935,7 +935,8 @@ Function DownloadInstallMSRuntime
 	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'