> 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.md).

# Benutzerdefinierter Installationsdienst

Generieren Sie benutzerdefinierte Installationspakete in Remote Desktop Manager, um Datenquellen mithilfe vorkonfigurierter Einstellungen schnell und konsistent in Ihrem Unternehmen bereitzustellen. Der ***Benutzerdefinierte Installationsdienst*** ist nur für [Devolutions Server und Devolutions Cloud](/rdm/de/getting-started/workspaces/workspace-types/native-workspaces/devolutions-cloud.md) verfügbar.

Der ***Benutzerdefinierte Installationsdienst*** repliziert die Konfiguration einer Remote Desktop Manager-Instanz. Diese Konfiguration wird verwendet, um eine Installationsdatei (RDI) zu erstellen, mit der das für die Verteilung bestimmte Installationspaket erstellt wird. Die Konfiguration kann Anmeldeinformationen der Datenquelle, Datenbankvorlagen und mehr enthalten. Es ist eine bewährte Vorgehensweise, eine Remote Desktop Manager-Installation zu verwenden, die speziell für die Erstellung des Installationspakets vorgesehen ist.

{% hint style="info" %}
Die Option ***Keine Internetverbindung*** in Remote Desktop Manager (***Datei*** – ***Einstellungen*** – ***Erweitert***) muss deaktiviert sein, damit der benutzerdefinierte Installer funktioniert.
{% endhint %}

Erstellen Sie mit Remote Desktop Manager eine Installationsdatei, bevor Sie den Installer erstellen. Dieser Vorgang wird unter [Benutzerdefinierte Installationskonfiguration exportieren](/rdm/de/getting-started/installation/client/custom-installer-service/rdi-file-generation-options.md) erläutert.

Der benutzerdefinierte Installationsdienst befindet sich unter ***Tools*** – ***Alle Tools***.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW4478_2026_2.png" alt=""><figcaption></figcaption></figure>

Konsultieren Sie die folgenden Themen, um benutzerdefinierte Installer in Remote Desktop Manager einzurichten:

* [Benutzerdefinierter Installations-Manager](/rdm/de/getting-started/installation/client/custom-installer-service/custom-installer-manager.md)
* [Benutzerdefinierte Installationskonfiguration exportieren](/rdm/de/getting-started/installation/client/custom-installer-service/rdi-file-generation-options.md)
* [Optionen für die RDI-Dateierstellung](/rdm/de/getting-started/installation/client/custom-installer-service/export-custom-installer-configuration.md)

#### Siehe auch <a href="#see-also" id="see-also"></a>

* [Devolutions Academy - So verwenden Sie den benutzerdefinierten Installer](https://academy.devolutions.net/student/page/2397676-how-to-use-the-custom-installer)


---

# 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.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.
