From 03301ce6f8dfa0ee2a90c18a964d6965342ac5c0 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Fri, 19 Sep 2025 20:27:00 +0000 Subject: [PATCH] app/install_shotcut.cmd aktualisiert --- app/install_shotcut.cmd | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/install_shotcut.cmd b/app/install_shotcut.cmd index 22d4ab3..74c7d48 100644 --- a/app/install_shotcut.cmd +++ b/app/install_shotcut.cmd @@ -16,18 +16,3 @@ curl -k -L %BASEURL% -o %SAVEPATH%\%PROG% :: --- Silent-Installation des Programms: %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