standardsoftware/install_windirstat.cmd aktualisiert
This commit is contained in:
parent
6144946c19
commit
e127a26f9d
@ -16,19 +16,4 @@ rem --- Lade Installationsdatei herunter
|
|||||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||||
|
|
||||||
rem --- Silent-Installation des Programms:
|
rem --- Silent-Installation des Programms:
|
||||||
%PROG% /S
|
|
||||||
|
|
||||||
|
|
||||||
rem --- Installiere C++ Redistibutable
|
|
||||||
rem set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
|
||||||
rem set PROG=VC_redist.x64.exe
|
|
||||||
rem curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
|
||||||
|
|
||||||
rem --- Entpacket .ZIP
|
|
||||||
rem powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . "
|
|
||||||
|
|
||||||
rem ---- Beispiele ---------------------------------------------
|
|
||||||
rem %PROG% /S
|
|
||||||
rem %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
|
||||||
rem %PROG% /install /quiet /norestart
|
|
||||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user