[GRASS-SVN] r70110 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 21 01:36:43 PST 2016


Author: martinl
Date: 2016-12-21 01:36:43 -0800 (Wed, 21 Dec 2016)
New Revision: 70110

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: attempt to fix standalone installer to download and execute vcredist exe files - add missing global vars (see #2996)

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2016-12-21 08:43:04 UTC (rev 70109)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2016-12-21 09:36:43 UTC (rev 70110)
@@ -490,6 +490,10 @@
 ;Declares the variables for optional Sample Data Sections
 Var /GLOBAL HTTP_PATH
 Var /GLOBAL ARCHIVE_NAME
+Var /GLOBAL ARCHIVE_NAME2005
+Var /GLOBAL ARCHIVE_NAME2008
+Var /GLOBAL ARCHIVE_NAME2010
+Var /GLOBAL ARCHIVE_NAME2013
 Var /GLOBAL EXTENDED_ARCHIVE_NAME
 Var /GLOBAL ORIGINAL_UNTAR_FOLDER
 Var /GLOBAL CUSTOM_UNTAR_FOLDER



More information about the grass-commit mailing list