]> Creatis software - creaTools.git/commitdiff
#3159 CreaTools Feature New Normal Update Creatools
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Fri, 15 Dec 2017 09:48:53 +0000 (10:48 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Fri, 15 Dec 2017 09:48:53 +0000 (10:48 +0100)
bin/UpdateCreatools.bat [new file with mode: 0644]
bin/UpdateCreatools.bat.lnk [new file with mode: 0644]

diff --git a/bin/UpdateCreatools.bat b/bin/UpdateCreatools.bat
new file mode 100644 (file)
index 0000000..94dc466
--- /dev/null
@@ -0,0 +1,51 @@
+echo OFF
+"C:\Program Files (x86)\CreaTools-2.6.5"\Uninstall.exe /S
+
+set DOWNLOADDIR=Downloads
+set URL=http://www.creatis.insa-lyon.fr/software/public/creatools/creaTools/v2.6.x
+set FILENAME=CreaTools-Release-2.6.5-win64.exe 
+
+cd %USERPROFILE%
+mkdir %DOWNLOADDIR%
+cd %DOWNLOADDIR%
+
+call bitsadmin /NOWRAP /transfer creatools  /download /priority normal  %URL%/%FILENAME% %USERPROFILE%\%DOWNLOADDIR%\%FILENAME%
+
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo Installing   %FILENAME% ....
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+%FILENAME% /S
+
+cls
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo .
+echo ....   %FILENAME%    ....
+echo .
+echo .
+echo .      Finish Update. 
+echo .
+echo .
+echo .
+echo .
+echo .
+pause
\ No newline at end of file
diff --git a/bin/UpdateCreatools.bat.lnk b/bin/UpdateCreatools.bat.lnk
new file mode 100644 (file)
index 0000000..627ff77
Binary files /dev/null and b/bin/UpdateCreatools.bat.lnk differ