vote up 1 vote down star

Hello,

is there any way for disabling the rollback (getting the previous version) in an clickonce installed application?

flag

1 Answer

vote up 3 vote down check

Open your project's properties, switch to the Publish tab and click the Updates button. 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.

link|flag
Yes, I can confirm that making the minimum required version equal to the current version does, in fact, work. – whatknott Mar 4 at 14:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.