# Resolving Duplicate Update Issue

Even after updating the PRISM app to the latest version, the update window may pop up every time you run it, asking you to update.

The cause of this issue is that the PRISM app has been installed in two different paths. This situation may occur in the following two scenarios:

• Installing the PRISM app from two different Windows accounts on the same PC.

• Copying the PRISM installation folder to another path, resulting in the installation folder existing in both locations.

In this case, if the shortcut’s path and the actual installation path are different, the PRISM app in the actual installation path will be reinstalled, even after performing the update through the shortcut. However, the PRISM app linked to the shortcut remains outdated. As a result, the next time you open the PRISM app using the shortcut, it will still prompt for an update.

If you are experiencing this issue, you can resolve it by uninstalling the PC version of the PRISM app and reinstalling it.

***

To resolve the duplicate update issue, follow the instructions below.

{% stepper %}
{% step %}
**Uninstall the PRISM Live Studio app.**

Right-click the PRISM app icon on the desktop and click **Open file location** to navigate to the installation folder. In the folder, search for **PrismLiveStudio\_Uninstall.exe** in the folder and double-click it to start the uninstallation process.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*mb7IMG0LTd-c-VbISSGcbw.png" alt=""><figcaption><p>Uninstall the PRISM Live Studio app<strong>.</strong></p></figcaption></figure>

If you don’t have a shortcut on the desktop, you can access the shortcut by searching **"PRISM Live Studio"** in the **Windows Search bar** and selecting **Open file location**.

<figure><img src="/files/MZBViIY23h9K4RLozTpo" alt=""><figcaption><p>Search <strong>"PRISM Live Studio"</strong> in the <strong>Windows Search bar.</strong></p></figcaption></figure>

<figure><img src="/files/ymETAy3CpXiVrkJJszOK" alt=""><figcaption><p>The shortcuts folder will be shown.</p></figcaption></figure>

{% endstep %}

{% step %}
**Check if the uninstallation is successful.**

After uninstallation, check if the **Problem with Shortcut** window appears when you click the **Open File Location** button in the shortcut’s properties. If this window appears, it confirms that the uninstallation was successful.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*h5bMdC2uJ-SgUmUi_MONWQ.png" alt=""><figcaption><p>Check if the <strong>Problem with Shortcut</strong> window appears.</p></figcaption></figure>

{% endstep %}

{% step %}
**Reinstall the PRISM Live Studio app.**

Download and install the latest version from the official website:

* <https://prismlive.com/>
  {% endstep %}
  {% endstepper %}

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Error Solution](/desktop/guides/error-solution.md), [Others](/desktop/guides/error-solution/others.md)


---

# Agent Instructions: 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://guide.prismlive.com/desktop/guides/error-solution/others/resolving-duplicate-update-issue.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.
