English 中文(简体)
ClickOnce: 更新前检查清单
原标题:ClickOnce: Check manifest file before updating

In my application , I check for application updates programmatically. (according to How to: Check for Application Updates Programmatically Using the ClickOnce Deployment API) ,but I want also to know before the update, which dll s were changed (by checking dll version) in order to decide whether the update is relevant for current user.

如往常一样,你必须检查最新情况,以便:

www.un.org/spanish/ga Information info = ad.CheckForDetailedUpdate()。

但是,更新 检查 信息并不包含最新的内容信息,我希望得到载有相关数据的清单。

在更新内容之前,你是否有什么想法?

问题回答

I found no way to do it. Now, 8 month later I just can tall you what I did instead ...

我们的解决办法是处理b版。 当申请必须检查点击的最新情况时,还检查了 d带的版本。

A major disadvantage that we should maintain the database dll s versions.





相关问题
Change namespace of a deployed clickonce application

I made a bit of a namespace spelling mistake and I wish to correct it. My application currently uses Application.Settings to store a bulk of the user s information. If I refactor my namespace to be ...

which certificate is used by smartclient application

I have an .net smartclient application OA.Smart.WinUI. I have three .pfx files listed in this project OA.Smart.WinUI_1_TemporaryKey.pfx,OA.Smart.WinUI_2_TemporaryKey.pfx,OA.Smart.WinUI_TemporaryKey....

ClickOnce application deployment woes

I have a ClickOnce WPF application which is launched from a page on a web site. The URL parameters used to invoke the application tell the application what IP address to communicate with plus some ...

Making a single ClickOnce installer for two applications

I am using Visual Studio C# 2008 Express Edition. I have a Solution that has several projects, most of which are class libraries but two of which are executable projects (a GUI and a command-line ...

Configuration file with ClickOnce deployment

I ve been trying to modify my application to deploy and update using ClickOnce. I ve managed to get the program working but I m having trouble with the program configuration. My program uses a custom ...

Click Once Migrate URL

I have a Click Once App that has been published to the same location for a couple years, I now want to post an update to the program but want to migrate it to another url, is it a 2 step deployment? ...

热门标签