[GRASS-SVN] r61843 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 9 07:38:20 PDT 2014
Author: hellik
Date: 2014-09-09 07:38:20 -0700 (Tue, 09 Sep 2014)
New Revision: 61843
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
nsis: $INSTDIR -> $INSTALL_DIR (attempt to fix MS runtime installation)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-09-09 09:06:50 UTC (rev 61842)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-09-09 14:38:20 UTC (rev 61843)
@@ -940,7 +940,7 @@
ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2005_x86.exe" /q'
ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2008_x86.exe" /q'
ExecWait '"$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\vcredist_2010_x86.exe" /q'
- CopyFiles "$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\*.dll" "$INSTDIR\extrabin"
+ CopyFiles "$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\*.dll" "$INSTALL_DIR\extrabin"
Delete "$TEMP\$ARCHIVE_NAME"
RMDir /r "$TEMP\$ORIGINAL_UNTAR_FOLDER"
;the following doesn't work. Maybe because the installer is still running?
More information about the grass-commit
mailing list