app/install_shotcut.cmd aktualisiert

This commit is contained in:
2025-09-19 20:27:00 +00:00
parent 8c9bc0e501
commit 03301ce6f8

View File

@@ -16,18 +16,3 @@ curl -k -L %BASEURL% -o %SAVEPATH%\%PROG%
:: --- Silent-Installation des Programms: :: --- 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