> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/anhang/silent-installation.md).

# Silent Installation

Die Installation von FX Survey kann über verschiedene Parameter auch im sog. Silent-Modus aufgerufen werden.

Damit kann die Software über verschiedene Systeme verteilt werden, z.B. MS SCCM, oder auch zenWorks.

**Batch-Datei**

Am besten wird eine batch-Datei (z.B. Setup.bat) vorbereitet, die beispielsweise so aussieht.

```
Setup.FX Survey.7.26.2.1189.exe /VERYSILENT /SUPPRESSMSGBOXES /TYPE=full /installkividfeld /KividFeld="c:\KividFeld" /Bundesland="Nordrhein-Westfalen" /Hardware="Panasonic FZ-G1" /NORESTART
```

Die batch-Datei muss entsprechend der Version und der gewünschten Parameter angepasst werden.

Die batch-Datei dann im gleichen Ordner wie das Setup FX Survey ablegen.

### Parameter

**/VERYSILENT**

Die Installation wird ohne Dialoge/Einstellungen gestartet. Hinweisfenster werden jedoch angezeigt.

**/installkividfeld**

Installation von KIVID Feld.

KIVID Feld muss dann in dem Unterordner liegen: .\Components\KIVID-Feld

**/KividFeld="\<Pfad zu KIVID Feld>"**

Nur dann notwenig, wenn KIVID Feld in ein abweichendes Vezeichnis als C:\Benutzer\Öffentlich\Öffentliche Dokumente\frox\KIVIDFeld zu installieren ist.

Wenn /COMPONENTS="!kivid" statt /TYPE=full, wird KIVID Feld nicht installiert.

Die Parameter /Bundesland und /Hardware sind nur dann relevant wenn Kivid-Feld installiert wird.

**/Bundesland**

Für die Installation von KIVID Feld. Gültige Werte sind:

* Baden-Württemberg
* Berlin
* Brandenburg
* Bremen
* Hamburg
* Hessen
* Mecklenburg-Vorpommern
* Niedersachsen
* Nordrhein-Westfalen
* Rheinland-Pfalz
* Saarland
* Schleswig-Holstein
* Sachsen
* Sachsen-Anhalt
* Thüringen

**/Hardware**

Für die Installation von KIVID Feld. Gültige Werte sind:

* Leica CS25
* Mettenmeier Colibri X5/X6/X7
* Panasonic FZ-G2
* Panasonic FZ-M1
* sonstiges Gerät mit Windows


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://survey.fmpx.docs.frox-it.de/anhang/silent-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
