Making ClickOnce Updates Mandatory?

前端 未结 4 953
孤城傲影
孤城傲影 2021-02-04 09:07

Currently in an application I\'m building I have it check for updates, and it gives the user the option to install or not to install the updates. I want it to just automaticall

4条回答
  •  Happy的楠姐
    2021-02-04 09:58

    The "Auto Update Project's Minimum Required ClickOnce Version" project has a nuget package that updates the ClickOnce settings for you.

    https://aupmrcov.codeplex.com/ [ archived ]

    GitHub:

    https://github.com/deadlydog/AutoUpdateProjectsMinimumRequiredClickOnceVersion

    Nuget:

    https://www.nuget.org/packages/AutoUpdateProjectsMinimumRequiredClickOnceVersion

提交回复
热议问题