]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/download_ThirdPartySW.bat
DFCH: Feature #1524
[creaToolsTools.git] / Install_ThirdParty / scripts / download_ThirdPartySW.bat
index a5745d32dd1b77a3a0304ec23b42ca0ba9186772..b4a5842d94821a12452bc327d601b0570fea59a7 100644 (file)
@@ -24,7 +24,6 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
 )
 
 set zipPath="%ProgramFilesPath_x86%\7-Zip\7z.exe"
-set miktex="%ProgramFilesPath_x86%\MiKTeX 2.9\miktex\bin\texworks.exe"
 set vcvarsall="%ProgramFilesPath_x86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
 set wgetPath="%ProgramFilesPath_x86%\GnuWin32\bin\wget.exe"
 
@@ -39,14 +38,6 @@ if not exist %vcvarsall% (
   exit
 )
 
-if not exist %miktex% (
- set miktex="%ProgramFilesPath_x64%\MiKTeX 2.9\miktex\bin\texworks.exe"
- if not exist %miktex% (
-  echo ERROR!!! MiKTex has not been found in the system
-  exit
- )
-)
-
 if not exist %wgetPath% (
   echo ERROR!!! wget has not been found in the system
   exit
@@ -82,7 +73,6 @@ echo -----------------------------------
 echo ThirdpartyGeneration=%thirdpartyGeneration%
 echo BuildType=%buildType%
 echo wget=%wgetPath%
-echo MikTex=%miktex%
 echo urlCreatis=%urlCreatisSource%
 echo 7zip=%zipPath%
 echo Visual Studio=%vcvarsall%
@@ -195,7 +185,7 @@ rename wxWidgets-%WXVERSION% wxWidgets
 rename boost_1_49_0 boost
 rename InsightToolkit-3.20.1 itk
 rename VTK vtk
-rename gdcm gdcm
+rename gdcm gdcm13
 rename tth_exe tth
 rename xerces-c-3.1.1 xerces