1

Hi guys I need to know if there is a tool that I can use to have my outlook addin(assume that it has been successfully installed to many users) get auto updates from a web server? I'm thinking of ClickOnce but I'm not sure of using it since there are drawbacks on its implementation.

Do you have any suggestions? or should I deploy it with ClickOnce?

any of you have an opinion/experience with ClickOnce deployment?

kmanxi
  • 98
  • 1
  • 9
  • Hi there, if my answer helped you & it was correct, please [accept it](http://stackoverflow.com/faq#howtoask) – Tangocoder Apr 27 '13 at 21:55

1 Answers1

2

This is an article that describe how to add an automatic update service for an application, give it a look: Adding automatic updates to your program

Updated:

Another interesting approach is the ".NET Application Updater Component" which is the answer of a similar question "Auto-update library for .NET?" where you can find other interesting answers too.

Community
  • 1
  • 1
Tangocoder
  • 637
  • 6
  • 16