> 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/fr/knowledge-base/knowledge-base-articles/use-multiple-versions-of-a-third-party-application.md).

# Utiliser plusieurs versions d'une application tierce

Si vous avez plusieurs versions différentes d'une application installées sur votre poste de travail et souhaitez utiliser les deux versions dans Remote Desktop Manager, vous pouvez configurer cela comme suit :

***Lorsque vous configurez le chemin d'installation de votre application*** Dans ***Fichier – Paramètres – Application – Chemins***, lors de la configuration du ***chemin d'installation de l'application***, séparez chaque chemin par un point-virgule (;). Remote Desktop Manager vous présentera alors une liste de sélection, vous permettant de choisir la version souhaitée lors du lancement de l'application.

Exemple : Pour spécifier deux chemins, tels que `C:\Program Files\Appsv1` et `D:\Program Files\Appsv2`, saisissez-les comme suit :

`C:\Program Files\Appsv1;D:\Program Files\Appsv2`


---

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

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/knowledge-base-articles/use-multiple-versions-of-a-third-party-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
