> 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/knowledge-base/troubleshooting-articles/unable-to-uninstall-or-update-remote-desktop-manager.md).

# No se puede desinstalar o actualizar Remote Desktop Manager

Este problema aparece cuando un usuario intenta actualizar o desinstalar Remote Desktop Manager y cuando desinstalarlo desde ***Panel de control*** – ***Programas*** – ***Programas y características*** de Windows no resuelve el problema.

Este es el mensaje de error en el Visor de eventos:\
`Product: Remote Desktop Manager -- Error 1714. The older version of Remote Desktop Manager cannot be removed. Contact your technical support group. System Error 1612.`

### Solución

La solución consiste en desinstalar por completo Remote Desktop Manager utilizando la herramienta [***Program Install and Uninstall troubleshooter***](https://support.microsoft.com/en-us/topic/fix-problems-that-block-programs-from-being-installed-or-removed-cca7d1b6-65a9-3d98-426b-e9f927e1eb4d) de Microsoft.

Para actualizar una instancia existente, es necesario reinstalar Remote Desktop Manager. Tenga en cuenta que el proceso de desinstalación de Devolutions no elimina los datos personales ni las configuraciones (ubicados por defecto en **%LOCALAPPDATA%\Devolutions\RemoteDesktopManager**).

Si el instalador sigue informando de un error, ejecute el instalador desde la línea de comandos utilizando estos parámetros adaptados a su entorno:

```
msiexec /i "{Name of msi package" /L*V "Name of log file"}
```

Ejemplo:

```
msiexec /i "Setup.RemoteDesktopManager.11.7.6.0.msi" /L*V "C:\log\RdmInstall.log"
```

{% hint style="warning" %}
La herramienta de Microsoft mencionada en la solución está quedando obsoleta y ya no debería estar disponible en Windows 11. Para obtener ayuda, contacte con el [equipo de soporte al cliente de Devolutions](mailto:service@devolutions.net), que puede proporcionarle un script para ayudar a resolver el problema.
{% endhint %}


---

# 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/knowledge-base/troubleshooting-articles/unable-to-uninstall-or-update-remote-desktop-manager.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.
