repository setup
This commit is contained in:
19
app/install_thunderbird.cmd
Normal file
19
app/install_thunderbird.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: 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%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=132.0
|
||||
set BASEURL=https://download.mozilla.org/?product=thunderbird-%VERSION%-SSL&os=msi&lang=de
|
||||
set PROG=ThunderbirdSetup%VERSION%.exe
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
||||
Reference in New Issue
Block a user