]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty_all.bat
no message
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty_all.bat
index 61b960abc3343cc77e19da2982c8881d1c88c654..2ef43ea82c8caf57ee151fd934f9b810eb43de76 100644 (file)
@@ -8,7 +8,7 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
 @echo off
 ) else (
 @echo on
-  set ProgramFilesPath="%ProgramFiles(x86)%"
+  set "ProgramFilesPath=%ProgramFiles(x86)%"
 @echo off
 )
 @echo on
@@ -20,15 +20,8 @@ rem -----------------------------------
 set thirdpartyGeneration=%1
 set buildType=%2
 
-set wgetPath=C:\Creatis\Download\crea_Developer_Tools-3.0.0-win32\crea_Developer_Tools-3.0.0\wget.exe
+set wgetPath=%cd%\..\..\windows\creaTools_win_installers\CreaTools_v2_0_0_win32_installer\bin\wget.exe
 set zipPath="%ProgramFilesPath%\7-Zip\7z.exe"
-
-echo EED
-echo %zipPath%
-echo %ProgramFilesPath%
-pause
-
-
 set urlCreatisSource=http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source
 set urlCreatisSource=http://www.creatis.insa-lyon.fr/~caceres/software
 set vcvarsall="%ProgramFilesPath%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
@@ -66,8 +59,8 @@ cd %thirdpartyGeneration%\thirdparty_source\
 %wgetPath% %urlCreatisSource%/qt-4.7.3.zip
 %wgetPath% %urlCreatisSource%/wxWidgets-2.9.2.7z
 %wgetPath% %urlCreatisSource%/boost_1_47_0.7z
-%wgetPath% %urlCreatisSource%/vtk-5.6.1.zip
-%wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.zip
+%wgetPath% %urlCreatisSource%/vtk-5.6.1.patchCreatis.tar.gz
+%wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.patchCreatis.tar.gz
 %wgetPath% %urlCreatisSource%/gdcm_05_Mai_2011.tar.gz
 %wgetPath% %urlCreatisSource%/xerces-c-3.1.1.zip
 rem ------End Downloading Sources------