Click here to Skip to main content
16,019,151 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is the setup file of the published outlook add-in smart enough to detect updates ?

And do we need in order to install the new version of this add-in to uninstall the older version ?

I'm using Visual Studio 2010.

Thank you in advance :)
Posted

Hi,

SetUp will not be able to detect update but your Exe/Service can there is a way in VS to inform update to your clients autocratically.

Its call publishing/ClickOnce : http://msdn.microsoft.com/en-IN/library/h4k032e1.aspx[^]

Luckily I have found another article which will help in yous VSTO : Walkthrough - Automatic Update Process for Outlook Add-in Solutions[^]

Sorry for let reply...

Thanks,
Suvabrata
 
Share this answer
 
Comments
Member 10872485 11-Sep-14 8:28am    
Thank you :)
Don't worry for let reply ...
What do you mean by "detect updates"??

If you're asking if it knows if there is a new version available, no, it doesn't.

If you're asking if the installer knows how to upgrade the installed add-in, no, it doesn't.

The new install will overwrite anything there already.

Any "upgrade" installation logic would have to be written by you.
 
Share this answer
 
Comments
Member 10872485 10-Sep-14 3:26am    
Thank you :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900