Sfoglia il codice sorgente

wingrass: attempt to fix standalone installer to download and execute vcredist - fix typo (see https://trac.osgeo.org/grass/ticket/2996)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70113 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 anni fa
parent
commit
248021e368
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      mswindows/GRASS-Installer.nsi.tmpl

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

@@ -850,7 +850,7 @@ Function DownloadInstallMSRuntime
 	    DetailPrint "Installing vcredist_2010_x86.exe ..."
 	    ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2010_x86.exe" /q' 
 	    DetailPrint "Installing vcredist_2013_x86.exe ..."
-	    ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2010_x86.exe" /q'
+	    ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2013_x86.exe" /q'
         !else
             DetailPrint "Installing vcredist_2008_x64.exe ..."
 	    ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist-2008-sp1-x64.exe" /q'