From: Eduardo DAVILA Date: Fri, 15 Dec 2017 09:48:53 +0000 (+0100) Subject: #3159 CreaTools Feature New Normal Update Creatools X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaTools.git;a=commitdiff_plain;h=001438b3925e08b465f68c08bca57a10ae3ad98f #3159 CreaTools Feature New Normal Update Creatools --- diff --git a/bin/UpdateCreatools.bat b/bin/UpdateCreatools.bat new file mode 100644 index 0000000..94dc466 --- /dev/null +++ b/bin/UpdateCreatools.bat @@ -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 index 0000000..627ff77 Binary files /dev/null and b/bin/UpdateCreatools.bat.lnk differ