Automatische Installation

Aus Asprova Hilfe
Version vom 27. Februar 2023, 16:42 Uhr von GK (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{DISPLAYTITLE:Automatische Installation}} ==Übersicht== Um die Installation von Asprova zu automatisieren, können Sie diese über die Befehlszeile automati…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche


Übersicht

Um die Installation von Asprova zu automatisieren, können Sie diese über die Befehlszeile automatisieren.

Antwortdatei erstellen

  1. Laden Sie den Installer für die automatische Installation hier herunter
  2. Öffnen Sie die Befehlszeile oder PowerShell von Windows
    (Drücken Sie WIN + X um das Poweruser-Menü zu öffnen und klicken dann auf [Terminal] oder [Terminal (Administrator)]
  3. Navigieren Sie in das Verzeichnis, in dem die setup.exe des Installers liegt
    (Beispiel: cd C:\Users\User1\Downloads\AsprovaSilentInstaller
  4. Erstellen Sie mit folgendem Befehl eine Antwortdatei ("response file"): Setup.exe /r /f1 "PfadDerAntwortdatei"
  5. Installieren Sie Asprova ganz regulär, in der Antwortdatei werden Ihre Eingaben im Installer gespeichert, so dass diese bei einer autoamtischen Installation ausgelesen werden können

Installation

Mit der Antwortdatei kann nun au With this response file, you can now perform a silent installation. Please copy the response file to the designated computer where you wish to silently install Asprova and use the following command to do so:

Setup.exe /s /f1"pathtoresponsefile"

Should you wish to check if the silent installation was successful, please check the setup.log file which should be present in the same folder as your response file. If this log file returns a “0”, it means the installation was successful. Otherwise it did not run as intended.

Hinweise