]> Creatis software - creaToolsTools.git/blob - windows/creaTools_win_installers/CreaTools_v2_0_0_win32_installer/bin/batch01.bat
Feature #1773 Add licence terms for all files.
[creaToolsTools.git] / windows / creaTools_win_installers / CreaTools_v2_0_0_win32_installer / bin / batch01.bat
1 REM ---------------------------------------------------------------------
2 REM
3 REM Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
4 REM                        pour la Santé)
5 REM Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 REM
7 REM  This software is governed by the CeCILL-B license under French law and 
8 REM  abiding by the rules of distribution of free software. You can  use, 
9 REM  modify and/ or redistribute the software under the terms of the CeCILL-B 
10 REM  license as circulated by CEA, CNRS and INRIA at the following URL 
11 REM  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
12 REM  or in the file LICENSE.txt.
13 REM
14 REM  As a counterpart to the access to the source code and  rights to copy,
15 REM  modify and redistribute granted by the license, users are provided only
16 REM  with a limited warranty  and the software's author,  the holder of the
17 REM  economic rights,  and the successive licensors  have only  limited
18 REM  liability. 
19 REM
20 REM  The fact that you are presently reading this means that you have had
21 REM  knowledge of the CeCILL-B license and that you accept its terms.
22 REM ------------------------------------------------------------------------  
23
24
25 cd..
26 mkdir tmp
27 cd tmp
28
29 rem del *.exe
30 rem del *.msi
31 rem *.rar
32
33 echo DOWNLOADING INSTALLERS, PLEASE WAIT...
34 ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/crea_ThirdParty/v1_0/graphviz-2.2.1.exe -O graphviz-Setup.exe
35 ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/crea_ThirdParty/v2_0/ActiveTcl8.5.4.0.286921-win32-ix86-threaded.exe -O ActiveTcl-Setup.exe
36 ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/crea_ThirdParty/v2_0/crea_ThirdParty_dlls-2.0.0-win32.exe -O crea_ThirdParty_dlls-Setup.exe
37
38 ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/vv/v1_0_0/vv-1.0.0-win32.exe -O vv-Setup.exe
39
40 ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/crea/v0_2_0/crea-0.2.0-win32.exe -O crea-Setup.exe
41 ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/bbtk/v0_9_1/BBTK-0.9.1-win32.exe -O bbtk-Setup.exe
42 ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/creaImageIO/v0_2_1/creaImageIO-0.2.1-win32.exe -O creaImageIO-Setup.exe
43
44 rem LG 15/01/09 : these packages do not work !
45 rem ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/creaEnvironment/v1_0_0/creaEnvironment-1.0.0-win32.exe -O creaEnvironment-Setup.exe
46 rem ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/creaMaracasVisu/v1_0_0/creaMaracasVisu-1.0.0-win32.exe -O creaMaracasVisu-Setup.exe
47 rem ..\bin\wget -nv http://www.creatis.insa-lyon.fr/software/creatools/creaContours/v1_2_0/creaContours-1.2.0-win32.exe -O creaContours-Setup.exe
48
49 copy ..\bin\batch02.bat .
50 batch02.bat