X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Fdownload_ThirdPartySW.bat;h=b4a5842d94821a12452bc327d601b0570fea59a7;hb=a465a7043637b6a247633b58510cd3a5d3a3038c;hp=a5745d32dd1b77a3a0304ec23b42ca0ba9186772;hpb=30e9a1624d30836bfb12bbdf4bc90c243fe8d224;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/download_ThirdPartySW.bat b/Install_ThirdParty/scripts/download_ThirdPartySW.bat index a5745d3..b4a5842 100644 --- a/Install_ThirdParty/scripts/download_ThirdPartySW.bat +++ b/Install_ThirdParty/scripts/download_ThirdPartySW.bat @@ -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