ClickOnce update cancelled by user and it never asks for an update again

后端 未结 2 1794
春和景丽
春和景丽 2021-02-05 17:19

I\'ve a Windows Forms application, and it is deployed through ClickOnce. During launch of the application it checks for an update and prompts the user for the same. If the user

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 17:43

    Another alternative is to implement programmatic ClickOnce updates where you can define the behavior yourself. I suspect it's using a blunderbuss as a flyswatter in this case, but if you want to consider the option, one starting point is MSDN - Check for Application Updates Programmatically Using the ClickOnce Deployment API.

提交回复
热议问题