deadlydog / AutoUpdateProjectsMinimumRequiredClickOnceVersion

Automatically force your ClickOnce app to update itself without prompting the user; less obtrusive, and enhanced security by ensuring the latest version is used.
MIT License
10 stars 3 forks source link

cannot bypass update dialog if double clicking on application from start menu #4

Closed edqu3 closed 4 years ago

edqu3 commented 4 years ago

It seems that I still get asked if i want to update or skip the update if I try to open the application from the Start Menu.

UPDATE: It seems this was happening because I was publishing without building. If i build first and then publish, it works as intended. I'm closing this.