Making ClickOnce Updates Mandatory?

前端 未结 4 904
孤城傲影
孤城傲影 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条回答
  •  梦如初夏
    2021-02-04 10:00

    If you specify minimum required version same as the current publish version, your application will update as soon as clients open it.

    1-Just right-click on the project name
    2-Select Properties
    3-Click Publish (Note publish version)
    4-Click on Update button
    5-Select "Specify minimum required version for this application"
    and
    Finally, make version number same as the "Publish Version".

提交回复
热议问题