> 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/es/getting-started/installation/client/custom-installer-service/export-custom-installer-configuration.md).

# Exportar la configuración del instalador personalizado

{% tabs %}
{% tab title="Windows" %}
Al crear un paquete de instalación con el ***Custom installer manager***, es necesario un fichero de instalador para determinar qué incluir en la configuración de instalación. Crear un fichero de instalador para cada nueva versión es arriesgado, ya que hay que repetir el proceso manualmente cada vez. En su lugar, es posible crear la configuración una vez, guardar el fichero `.rdi` resultante y reutilizarlo tantas veces como sea necesario.

#### Crear un fichero de instalador <a href="#creating-an-installer-file" id="creating-an-installer-file"></a>

1. Vaya a ***Tools*** – ***All tools*** – ***Custom installer*** y haga clic en ***Export custom installer configuration***.
2. Marque o desmarque las opciones según lo que necesite y seleccione los espacios de trabajo que desea incluir. Consulte [Opciones de generación del fichero RDI](/rdm/es/getting-started/installation/client/custom-installer-service/export-custom-installer-configuration.md) para obtener más información sobre las distintas opciones disponibles.
3. Haga clic en ***Export*** y luego guarde el fichero `.rdi` localmente.

Este fichero se puede utilizar en el ***Custom installer manager*** al crear un paquete de instalación.

{% hint style="info" %}
Para obtener más información sobre cómo crear un paquete de instalación personalizado, consulte [Custom installer manager](/rdm/es/getting-started/installation/client/custom-installer-service/custom-installer-manager.md).
{% endhint %}
{% endtab %}

{% tab title="macOS" %}
Remote Desktop Manager para macOS no admite el instalador personalizado. Solo se puede utilizar un fichero `.cfg`; los ficheros `.rdi` y `.msi` no están disponibles en macOS.

Este artículo describe cómo exportar un fichero `Default.cfg` desde Remote Desktop Manager macOS y aplicarlo a nuevas instalaciones. Cuando la aplicación se abre por primera vez, los usuarios pueden elegir cargar el fichero `Default.cfg`, que aplica automáticamente la configuración y los espacios de trabajo predefinidos

#### Exportar y aplicar un fichero de configuración predeterminado <a href="#export-and-apply-a-default-configuration-file" id="export-and-apply-a-default-configuration-file"></a>

1. En Remote Desktop Manager, haga clic en ***File*** – ***Export*** – ***Export settings***.
2. Seleccione la configuración necesaria y luego elija qué espacios de trabajo incluir.
3. Haga clic en ***Export***.
4. Guarde el fichero `Default.cfg`.
5. Para nuevas instalaciones, cree la carpeta `com.devolutions.remotedesktopmanager` en `/Users/<your user>/Library/Application Support/` con el fichero `Default.cfg`.
6. Cuando Remote Desktop Manager se abre por primera vez, solicita al usuario que utilice el fichero `Default.cfg`. Si el usuario hace clic en ***Yes***, se cargan la configuración y los espacios de trabajo.
   {% endtab %}
   {% endtabs %}

#### Véase también

* [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/es/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.
