upgrade duplicati to 2.0.7.1_beta
This commit is contained in:
parent
f41e8ccebd
commit
6f1ab625d1
|
|
@ -1,5 +1,5 @@
|
||||||
;!@Install@!UTF-8!
|
;!@Install@!UTF-8!
|
||||||
Title="My Dental Backup Installer (t00t)"
|
Title="My Dental Backup Installer"
|
||||||
BeginPrompt="Run Mats Mad cool setup script?"
|
BeginPrompt="Run setup script?"
|
||||||
ExecuteFile="setup_duplicati.bat"
|
ExecuteFile="setup_duplicati.bat"
|
||||||
;!@InstallEnd@!
|
;!@InstallEnd@!
|
||||||
|
|
@ -5,7 +5,7 @@ cls
|
||||||
|
|
||||||
:START
|
:START
|
||||||
echo.
|
echo.
|
||||||
echo Copyright -- Matthew Shillam -- 2018
|
echo Copyright -- Matthew Shillam -- 2021
|
||||||
echo.
|
echo.
|
||||||
echo ---------------------------------------------------------------------------
|
echo ---------------------------------------------------------------------------
|
||||||
echo %date% %time% - Install started
|
echo %date% %time% - Install started
|
||||||
|
|
@ -17,7 +17,7 @@ start /wait 7z.exe a archived_files.7z .\duplicati_install_script\* -r -x!*.git
|
||||||
echo.
|
echo.
|
||||||
echo Archived all files now creating the installer....
|
echo Archived all files now creating the installer....
|
||||||
echo.
|
echo.
|
||||||
copy /b 7zSD.sfx + config.txt + archived_files.7z Duplicati_installer_v0.4.exe
|
copy /b 7zSD.sfx + config.txt + archived_files.7z Duplicati_installer_v0.8.exe
|
||||||
echo.
|
echo.
|
||||||
echo All done!
|
echo All done!
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -6,7 +6,7 @@ cls
|
||||||
|
|
||||||
:START
|
:START
|
||||||
echo.
|
echo.
|
||||||
echo Copyright -- Matthew Shillam -- 2018
|
echo Copyright -- Matthew Shillam -- 2021
|
||||||
echo.
|
echo.
|
||||||
echo ---------------------------------------------------------------------------
|
echo ---------------------------------------------------------------------------
|
||||||
echo %date% %time% - Duplicati Install started
|
echo %date% %time% - Duplicati Install started
|
||||||
|
|
@ -73,7 +73,7 @@ cls
|
||||||
echo Installing duplicati binary...
|
echo Installing duplicati binary...
|
||||||
echo Ensure that you deselect run at startup to ensure service works proper!
|
echo Ensure that you deselect run at startup to ensure service works proper!
|
||||||
echo Also! Ensure you do not run duplicati after install has completed!!
|
echo Also! Ensure you do not run duplicati after install has completed!!
|
||||||
start /wait msiexec /i "%~dp0bin\duplicati-2.0.4.30_canary_2019-09-20-x64.msi"
|
start /wait msiexec /i "%~dp0bin\duplicati-2.0.7.1_beta_2023-05-25-x64.msi"
|
||||||
goto GETPROGRAMPATH
|
goto GETPROGRAMPATH
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue