]> Creatis software - creaToolsTools.git/blob - Install/scripts/All.bat
Feature #1530 --- creaTools win64 installers release version
[creaToolsTools.git] / Install / scripts / All.bat
1 @echo off
2
3 set creatoolsGeneration=%1
4 set docgeneration=%2
5 set cvsUser=%3
6 set installPrefix=%4
7 set buildtype=%5
8 set forcex86=%6
9
10 set scriptsFolder=%cd%
11 set logFolder=%creatoolsGeneration%\installLog
12
13 rmdir %logFolder% /s /q
14 mkdir %logFolder%
15
16 echo call configure variables
17 call %scriptsFolder%\base\configureVariables.bat
18 echo call Download Sources
19 start /B /wait %scriptsFolder%\base\downloadSources.bat
20 echo call compile crea
21 start /B /wait %scriptsFolder%\crea\creaInstall.bat
22 echo call compile bbtk
23 start /B /wait %scriptsFolder%\bbtk\bbtkInstall.bat
24 echo call compile creaMaracasVisu
25 start /B /wait %scriptsFolder%\creaMaracasVisu\creaMaracasVisuInstall.bat
26 echo call compile creaEnvironment
27 start /B /wait %scriptsFolder%\creaEnvironment\creaEnvironmentInstall.bat
28 echo call compile creaBruker
29 start /B /wait %scriptsFolder%\creaBruker\creaBrukerInstall.bat
30 echo call compile creaImageIO
31 start /B /wait %scriptsFolder%\creaImageIO\creaImageIOInstall.bat
32 echo call compile creaContours
33 start /B /wait %scriptsFolder%\creaContours\creaContoursInstall.bat
34 echo call compile creaRigidRegistration
35 start /B /wait %scriptsFolder%\creaRigidRegistration\creaRigidRInstall.bat
36 echo call compile bbtkGEditor
37 start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat
38 echo call compile creaMinitools
39 start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
40 echo  THIS HAS TO BE THE LAST STEP...
41 echo call compile creaTools
42
43 start /B /I /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
44
45 echo To see the log files of this install please go to %LogFolder%
46
47 exit /B
48