renaming some files
This commit is contained in:
24
app/install_libreoffice-x64.cmd
Normal file
24
app/install_libreoffice-x64.cmd
Normal file
@@ -0,0 +1,24 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: 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=25.8.0
|
||||
set ARCH1=x86_64
|
||||
set ARCH2=x86-64
|
||||
set BASEURL=https://ftp.gwdg.de/pub/tdf/libreoffice/stable/%VERSION%/win/%ARCH1%
|
||||
set PROG=LibreOffice_%VERSION%_Win_%ARCH2%.msi
|
||||
set HLPR=LibreOffice_%VERSION%_Win_%ARCH2%_helppack_de.msi
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
:: --- Lade Hilfepack herunter
|
||||
curl -kL %BASEURL%/%HLPR% -o %SAVEPATH%\%HLPR%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
msiexec /i %PROG% /qn /norestart PRODUCTLANGUAGE=1031 LANGUAGE=1031 RebootYesNo=No QUICKSTART=0 UI_LANGS=de ADDLOCAL=ALL /l %SAVEPATH%\%PROG%.log
|
||||
msiexec /i %HLPR% /qn /norestart
|
Reference in New Issue
Block a user