I have an MS Office Word 2007 AddIn and a setup project that installs this AddIn.
I have gone for setup project as I have to perform some CustomAction during the installation Commit and Uninstall stages.
Is there any way the AddIn updates itself automatically from a Shared Network location or Website?
I do not want to write a cutom update routine. I did not go for ClickOnce installation as it does not support attaching Custom Actions.
I followed the setps in this website to update my AddIn, installed using a setup, by using ClickOnce update mechanism but the addin didnot update when I published my application. Any suggestions?