寻找recomendation展现在ClickOnce应用程序发行说明 [英] Looking for recomendation to show release notes in ClickOnce applications

查看:111
本文介绍了寻找recomendation展现在ClickOnce应用程序发行说明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有几个策略,我将要审理的几个方案,并正在寻找指导别人有过经验,证明是成功的。

I have a few strategies which I'm about to trial in a few scenarios and am looking for guidance on what others have had experience with and proven successful.

目前的战略我心目中是:

The current strategies I have in mind are:

  • 将释放-notes.xml文件的发布位置,其中包含格式化票据的根,它会检测可用的新版本时,应用程序可以手动下载。
  • 使用一个文件组和下载,使用 ApplicationDeployment.DownloadFileGroup(字符串)这将包含该发行说明组
  • Place a release-notes.xml file in the root of the publish location which contains formatted notes that the application can manually download when it detects a new version available.
  • Use a FileGroup and download that group using ApplicationDeployment.DownloadFileGroup(String) which would contain the said release notes.

我只是想释放之前指出的更新。我在处理应用程序更新自己通过 ApplicationDeployment.CheckForUpdateAsync 并通知通过应用程序状态栏上的用户,并想​​允许他们查看发生了什么变化启动应用程序的更新之前,

I only want the release notes prior an update. I'm handling application updates myself through ApplicationDeployment.CheckForUpdateAsync and notifying the user through the application status bar and was thinking of allowing them to view what has changed prior to initiating the application update.

任何其他建议都非常欢迎。

Any other suggestions are very much welcome.

我要清楚的是,使用情况的发行说明之前的更新,让用户确定他们是否应该选择更新在那个时候还是不行。

I should make it clear that the use case for the release notes are prior to an update to allow the user to determine if they should choose to update at that time or not.

推荐答案

你的建议是什么声音似是而非。不过,我会尽量保持尽可能简单...

What you are suggesting sounds plausible. However, I would try keep it as simple as possible...

  • 的发布到Web服务器的发行说明的 HTML 的文件。
  • 显示发行说明通过他们的浏览器的用户... System.Diagnostics.Process.Start(relaseNotesUrl);
  • An HTML file of the release notes published to your web server.
  • Show the users the release notes through their browser... System.Diagnostics.Process.Start(relaseNotesUrl);

这篇关于寻找recomendation展现在ClickOnce应用程序发行说明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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