我的应用程序需要升级对话框
嗨,大家好 在我们公司,我们有一些特定的软件在一年内发布了多个版本,我们希望自动通知客户有关新版本的信息。我们如何编写此功能的代码?我的意思是我们应该从哪里开始?我们有一个包含这些文件的 ftp。我们怎么可能只进行升级而不卸载并重新安装整个软件包呢?
任何相关帮助将不胜感激! 干杯
Hi GUys
In our company we have some specific softwares that have several releases during a year and we were wondering to notify the clients about new releases automatically. How can we code this functionality? I mean from where should we begin? we have an ftp which will contain those files. And How is that possible for us just to do the upgrade without uninstall and re-installing the whole package?
Any relevant help is appreciated!
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 NAppUpdate:
http://www .code972.com/blog/2010/08/nappupdate-application-auto-update-framework-for-dotnet/
http://github.com/synhershko/NAppUpdate(根据 Apache 2.0 许可证授权)
Checkout NAppUpdate:
http://www.code972.com/blog/2010/08/nappupdate-application-auto-update-framework-for-dotnet/
http://github.com/synhershko/NAppUpdate (Licensed under the Apache 2.0 license)
应用程序更新程序组件
该组件是用 .NET Framework 编写的,您只需将该组件放入现有的 .NET 应用程序并设置一些属性(例如从哪里获取更新)即可使应用程序自动更新。
您可以在此处下载它。
Application Updater Component
This component is written in the .NET Framework and enables you to make your application auto-updatable simply by dropping the component into your existing .NET applications and setting a few properties (ex. where to get updates from).
You can download it here.