How to remove a ClickOnce application that does not appear in Add or Remove Programs?

I get the following error when trying to install one of my ClickOnce applications:

The application for this deployment is already installed with a different application identifier.

I understand this because I used the same application identifier, but moved the deployment URL. I would just like to uninstall the existing ClickOnce application and install it from a new deployment location, however the existing application does not appear in the Add or Remove Programs section.

How to remove an existing ClickOnce application so that it can install me from a new location?

+3
source share
1 answer

Finding no alternative, you can try the mage tool with the switch -cc. Keep in mind that this clears the downloaded application cache from all online applications.

+3
source

Source: https://habr.com/ru/post/1735944/


All Articles