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?
source
share