I have a ClickOnce installation of .NET 4.0. I got this error:
You cannot run the application from this location because it is already installed from another location
I received it by following these steps: * I create my deployment and button it. * Go to the installation computer and unzip it and install. * Create the next version and button it. * Now on my installation computer, if I unzip to another location and try to start the installation, I get the above error.
I would be fine if my application would completely uninstall previous versions and then install the latest version. Won't these types of errors occur all the time when a user installs from a DVD once and later, receives a new version through a downloaded ZIP file?
source
share