Automatische Installation: Unterschied zwischen den Versionen

Aus Asprova Hilfe
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „{{DISPLAYTITLE:Automatische Installation}} ==Übersicht== Um die Installation von Asprova zu automatisieren, können Sie diese über die Befehlszeile automati…“)
 
(Installation)
Zeile 12: Zeile 12:
  
 
== Installation ==
 
== 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:
+
Mit der Antwortdatei können Sie Asprova nun automatisch installieren. Kopieren Sie die Antwortdatei auf den Zielcomputer und führen dann die Installation mit <code>Setup.exe /s /f1 "VerzeichnisDerAntwortdatei"</code> aus.
  
Setup.exe /s /f1"pathtoresponsefile"
+
Der <code>setup.log</code> im Pfad der Antwortdatei können Sie entnehmen, ob die Installation erfolgreich war. In diesem Fall enthält diese lediglich "0".
 
 
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 ==
 
== Hinweise ==
 
* Verfügbar ab Version 17.1.
 
* Verfügbar ab Version 17.1.
 
* Weitere Informationen finden Sie in der [https://www.silentinstall.org/installshield/ Dokumentation von InstallShield]
 
* Weitere Informationen finden Sie in der [https://www.silentinstall.org/installshield/ Dokumentation von InstallShield]

Version vom 27. Februar 2023, 16:50 Uhr


Ü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 können Sie Asprova nun automatisch installieren. Kopieren Sie die Antwortdatei auf den Zielcomputer und führen dann die Installation mit Setup.exe /s /f1 "VerzeichnisDerAntwortdatei" aus.

Der setup.log im Pfad der Antwortdatei können Sie entnehmen, ob die Installation erfolgreich war. In diesem Fall enthält diese lediglich "0".

Hinweise