On Tue, Dec 20, 2016 at 5:03 PM, <svn_grass@osgeo.org> wrote:
Author: martinl
Date: 2016-12-20 14:03:52 -0800 (Tue, 20 Dec 2016)
New Revision: 70106Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: attempt to fix standalone installer to download and execute vcredist exe files
- 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’
- !else
Is this a typo?