已发布的outlook插件c#的安装文件是否足够智能以检测更新? [英] Is the setup file of the published outlook add-in c# smart enough to detect updates ?

查看:78
本文介绍了已发布的outlook插件c#的安装文件是否足够智能以检测更新?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

已发布的outlook插件的安装文件是否足够智能以检测更新?



我们是否需要安装此加载项的新版本以卸载旧版本?



我正在使用Visual Studio 2010.



提前谢谢:)

解决方案

你是什么意思检测更新??



如果你问它是否知道是否有新版本可用,不,它不会。



如果您询问安装程序是否知道如何升级已安装的加载项,请不要这样做。



新安装将覆盖任何已安装的内容。



任何升级安装逻辑都必须由您编写。





SetUp将无法检测到更新,但您的Exe / Service可以在VS中通知更新到你的客户是专制的。



电话发布/ ClickOnce: http://msdn.microsoft.com/en-IN/library/h4k032e1.aspx [ ^ ]



幸运的是我找到了另一篇文章您是VSTO:演练 - Outlook加载项解决方案的自动更新过程 [ ^ ]



很抱歉让我们回复...



谢谢,

Suvabrata


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 :)

解决方案

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.


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


这篇关于已发布的outlook插件c#的安装文件是否足够智能以检测更新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆