is there any way for disabling the rollback (getting the previous version) in an clickonce installed application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open your project’s properties, switch to the
Publishtab and click theUpdatesbutton. The dialog that pops up has a section for a ‘minimum required version for this application’, which lets you enforce that a user upgrade to a specific version.Once you’ve set that, users shouldn’t be able to roll back to a previous version. They’ll also be forced to upgrade if they’re running a version older than the minimum.
Note that I haven’t tried this, but it’s my understanding of the ‘minimum version’ feature.