app/install_sandboxie+.cmd hinzugefügt
This commit is contained in:
18
app/install_sandboxie+.cmd
Normal file
18
app/install_sandboxie+.cmd
Normal file
@@ -0,0 +1,18 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- TortoiseGIT
|
||||
set VERS=1.16.2
|
||||
set BASEURL=https://github.com/sandboxie-plus/Sandboxie/releases/download/v%VERS%
|
||||
set PROG=Sandboxie-Plus-x64-v%VERS%.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
%PROG% /SP- /NORESTART /lang=de /ALLUSERS /SILENT /VERYSILENT /SUPPRESSMSGBOXES
|
Reference in New Issue
Block a user