Pārlūkot izejas kodu

nsis: $INSTDIR -> $INSTALL_DIR (work in progress)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@61863 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 10 gadi atpakaļ
vecāks
revīzija
cce9927eee
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      mswindows/GRASS-Installer.nsi.tmpl

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

@@ -940,7 +940,7 @@ Function DownloadInstallMSRuntime
 	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?