How do you uninstall a ClickOnce application that doesn't appear in Add/Remove Programs?
        Posted  
        
            by digiduck
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by digiduck
        
        
        
        Published on 2010-03-08T15:28:45Z
        Indexed on 
            2010/03/08
            15:51 UTC
        
        
        Read the original article
        Hit count: 414
        
I'm getting the following error when I try to install one of my ClickOnce applications:
An application for this deployment is already installed with a different application identity.
I understand this is because I have used the same Application Identity but moved the deployment URL. I'd like to just uninstall the existing ClickOnce application and install from the new deployment location, however the existing application does not show in Add/Remove Programs.
How can I remove the existing ClickOnce application so that it will let me install from the new location?
© Stack Overflow or respective owner