> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/getting-started/installation/client/custom-installer-service/export-custom-installer-configuration.md).

# Benutzerdefinierte Installationskonfiguration exportieren

{% tabs %}
{% tab title="Windows" %}
Beim Erstellen eines Installationspakets mit dem ***Custom installer manager*** ist eine Installationsdatei erforderlich, um festzulegen, was in die Installationskonfiguration aufgenommen wird. Für jede neue Version eine Installationsdatei zu erstellen ist riskant, da Sie den Vorgang jedes Mal manuell wiederholen müssen. Stattdessen ist es möglich, die Konfiguration einmal zu erstellen, die resultierende `.rdi`-Datei zu speichern und sie so oft wie nötig wiederzuverwenden.

#### Erstellen einer Installationsdatei <a href="#creating-an-installer-file" id="creating-an-installer-file"></a>

1. Gehen Sie zu ***Tools*** – ***All tools*** – ***Custom installer*** und klicken Sie auf ***Export custom installer configuration***.
2. Aktivieren/deaktivieren Sie die Optionen je nach Bedarf und wählen Sie die einzuschließenden Datenquellen aus. Weitere Informationen zu den verschiedenen zur Auswahl stehenden Optionen finden Sie unter [Optionen zur RDI-Dateierzeugung](/rdm/de/getting-started/installation/client/custom-installer-service/export-custom-installer-configuration.md).
3. Klicken Sie auf ***Export*** und speichern Sie die `.rdi`-Datei dann lokal.

Diese Datei kann im ***Custom installer manager*** beim Erstellen eines Installationspakets verwendet werden.

{% hint style="info" %}
Weitere Informationen zum Erstellen eines benutzerdefinierten Installationspakets finden Sie unter [Custom installer manager](/rdm/de/getting-started/installation/client/custom-installer-service/custom-installer-manager.md).
{% endhint %}
{% endtab %}

{% tab title="macOS" %}
Remote Desktop Manager für macOS unterstützt das benutzerdefinierte Installationsprogramm nicht. Es kann nur eine `.cfg`-Datei verwendet werden; `.rdi`- und `.msi`-Dateien sind unter macOS nicht verfügbar.

Dieser Artikel beschreibt, wie eine `Default.cfg`-Datei aus Remote Desktop Manager macOS exportiert und auf neue Installationen angewendet wird. Wenn die Anwendung zum ersten Mal geöffnet wird, können Benutzer wählen, die `Default.cfg`-Datei zu laden, wodurch die vordefinierten Einstellungen und Datenquellen automatisch angewendet werden

#### Eine Standardkonfigurationsdatei exportieren und anwenden <a href="#export-and-apply-a-default-configuration-file" id="export-and-apply-a-default-configuration-file"></a>

1. Klicken Sie in Remote Desktop Manager auf ***File*** – ***Export*** – ***Export settings***.
2. Wählen Sie die erforderlichen Einstellungen aus und wählen Sie dann, welche Datenquellen einbezogen werden sollen.
3. Klicken Sie auf ***Export***.
4. Speichern Sie die `Default.cfg`-Datei.
5. Erstellen Sie für neue Installationen den Ordner `com.devolutions.remotedesktopmanager` in `/Users/<your user>/Library/Application Support/` mit der `Default.cfg`-Datei.
6. Wenn Remote Desktop Manager zum ersten Mal geöffnet wird, wird der Benutzer aufgefordert, die `Default.cfg`-Datei zu verwenden. Wenn der Benutzer auf ***Yes*** klickt, werden die Einstellungen und Datenquellen geladen.
   {% endtab %}
   {% endtabs %}

#### Siehe auch

* [Devolutions Academy - How to Use the Custom Installer](https://academy.devolutions.net/student/page/2397676-how-to-use-the-custom-installer?sid=2202ce15-ae72-4051-b6d9-0a203c58d229\&sid_i=0)


---

# 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://docs.devolutions.net/rdm/de/getting-started/installation/client/custom-installer-service/export-custom-installer-configuration.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.
