app/install_advipscanner.cmd hinzugefügt
This commit is contained in:
19
app/install_advipscanner.cmd
Normal file
19
app/install_advipscanner.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 BASEURL=https://download.advanced-ip-scanner.com/download/files
|
||||
set PROG=Advanced_IP_Scanner_2.5.4594.1.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
|
Reference in New Issue
Block a user