From f998d1b8234e80ab8f2caec9b54f75c02fd35630 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Thu, 9 Oct 2025 09:25:19 +0000 Subject: [PATCH] app/install_localsend.cmd aktualisiert --- app/install_localsend.cmd | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/app/install_localsend.cmd b/app/install_localsend.cmd index 81f37b8..ef9dd27 100644 --- a/app/install_localsend.cmd +++ b/app/install_localsend.cmd @@ -14,22 +14,8 @@ set BASEURL=https://github.com/localsend/localsend/releases/download/v%VERS% set PROG=LocalSend-%VERS%-windows-%ARCH%.exe :: --- Lade Installationsdatei herunter -curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% +curl -s -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% :: --- Silent-Installation des Programms: -:: %PROG% /VERYSILENT /NORESTART /ALLUSERS +%PROG% /VERYSILENT /NORESTART /ALLUSERS - -:: --- Installiere C++ Redistibutable -:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell -:: set PROG=VC_redist.x64.exe -:: curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q - -:: --- Entpacket .ZIP -:: powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . " - -:: ---- Beispiele --------------------------------------------- -:: %PROG% /S -:: %PROG% /VERYSILENT /NORESTART /ALLUSERS -:: %PROG% /install /quiet /norestart -:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log