[GRASS-SVN] r70113 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 21 08:22:55 PST 2016
Author: martinl
Date: 2016-12-21 08:22:54 -0800 (Wed, 21 Dec 2016)
New Revision: 70113
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: attempt to fix standalone installer to download and execute vcredist - fix typo (see #2996)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2016-12-21 15:49:05 UTC (rev 70112)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2016-12-21 16:22:54 UTC (rev 70113)
@@ -850,7 +850,7 @@
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'
More information about the grass-commit
mailing list