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
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".