repo size reduction
This commit is contained in:
20
standardsoftware/install_sumatrapdf.cmd
Normal file
20
standardsoftware/install_sumatrapdf.cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
rem ------------------------------------------------------------
|
||||
rem Installationsroutine
|
||||
rem ------------------------------------------------------------
|
||||
|
||||
rem --- Option: Download in ein temporäres Verzeichnis
|
||||
rem --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
rem --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=3.5.2
|
||||
set BASEURL=https://files2.sumatrapdfreader.org/software/sumatrapdf/rel/%VERS%
|
||||
set PROG=SumatraPDF-%VERS%-64-install.exe
|
||||
|
||||
rem --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
rem --- Silent-Installation des Programms:
|
||||
%PROG% -s -all-users
|
||||
|
Reference in New Issue
Block a user