I want to update a VSTO addin for word I create without let VSTO automatic update launch. In fact, my end-users have not enough rights for installing.
I only want to update it, not install because first install will be done with vsto installation from VS publish folder with administrator rights.
To update, I copy
MyWordAddIn.dll
MyWordAddin.dll.manifest
from publish folder to appData folder where my addin is installed.
When I launch my word document which is linked with my VSTO file. I have an error
Sorry for french, It said that there's already another version which is installed.
But when I launch it the second, third... time, I have no error.