ClickOnce application configured to perform updates programmatically still sometimes displays the Cl

Posted by Tom Hall on Stack Overflow See other posts from Stack Overflow or by Tom Hall
Published on 2010-05-06T03:47:42Z Indexed on 2010/05/30 2:22 UTC
Read the original article Hit count: 444

Filed under:
|
|
|
|

We have a WPF application deployed using ClickOnce which checks for and performs updates programmatically on application startup. This generally behaves perfectly except for the case where the user chooses "No" to our "Do you wish to update?" prompt. In this case, the next time the user launches the application (consistently) the ClickOnce framework's "Update Available" dialog launches with the option to update or skip. This doesn't cause a technical problem but will be confusing to the user to potentially see two completely differently styled dialogs. (If the user chooses Skip to the ClickOnce dialog then the application then launches and renders our own "Update Available" dialog). Any ideas why the ClickOnce framework dialog is showing in this case? Thanks.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about update