]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
Feature #1531
[creaToolsTools.git] / Install / scripts / All.bat
index c4b2960d4ec9c4a80f973799a0c79f2008bd424a..bc7314cfe0efcdb356189dd92b71b8189590690c 100644 (file)
@@ -38,6 +38,9 @@ mkdir %logFolder%
 
 echo call configure variables
 call %scriptsFolder%\base\configureVariables.bat
+
+GOTO SKIPINSTALL
+
 echo call Download Sources
 start /B /wait %scriptsFolder%\base\downloadSources.bat
 echo call compile crea
@@ -60,11 +63,11 @@ echo call compile bbtkGEditor
 start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat
 echo call compile creaMinitools
 start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
+
+:SKIPINSTALL
 echo  THIS HAS TO BE THE LAST STEP...
 echo call compile creaTools
-
-start /B /I /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
-
+start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
 echo To see the log files of this install please go to %LogFolder%
 
 exit /B