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

# Impossibile disinstallare o aggiornare Remote Desktop Manager

Questo problema si presenta quando un utente tenta di aggiornare o disinstallare Remote Desktop Manager e quando la disinstallazione da Windows ***Pannello di controllo*** – ***Programmi*** – ***Programmi e funzionalità*** non risolve il problema.

Ecco il messaggio di errore nel Visualizzatore eventi:\
`Product: Remote Desktop Manager -- Error 1714. The older version of Remote Desktop Manager cannot be removed. Contact your technical support group. System Error 1612.`

### Soluzione

La soluzione consiste nel disinstallare completamente Remote Desktop Manager utilizzando lo strumento Microsoft [***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).

Per aggiornare un'istanza esistente, è necessario reinstallare Remote Desktop Manager. Si noti che il processo di disinstallazione di Devolutions non rimuove i dati personali o le configurazioni (situati per impostazione predefinita in **%LOCALAPPDATA%\Devolutions\RemoteDesktopManager**).

Se il programma di installazione segnala ancora un errore, lo esegua dalla riga di comando utilizzando questi parametri adattati al suo ambiente:

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

Esempio:

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

{% hint style="warning" %}
Lo strumento Microsoft menzionato nella soluzione è in fase di deprecazione e non dovrebbe più essere disponibile in Windows 11. Per assistenza, contatti il [team di assistenza clienti Devolutions](mailto:service@devolutions.net), che può fornire uno script per aiutare a risolvere il 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/it/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.
