As it es really hard to get some good explanations for deploy and update VSTO AddIns, I could not find an answer to this problem.
I have a VSTO Excel AddIn, written in C#. I deploy it on a UNC-path and the users install from there. The publishing folder and the installation folder are pointing to the same UNC path. The update mode is set to "Every time the customization runs".
The installation as well as the add in is working well. However, if I publish an update to the UNC path, the user gets informed that, it is not possible to install that add in, due to the fact, that it's already installed. The user should uninstall the old version and afterwards install the new one.
Is there an option to overcome that issue? Something like just hit update and the user gets the new version?
BR Jonas