How can I roll-back a ClickOnce application?

后端 未结 9 1446
生来不讨喜
生来不讨喜 2020-12-07 13:34

Is there a way (hacky will do) to allow a user to go back to a previous version of a ClickOnce network deployed application?

I\'ve looked in the docs and API and the

9条回答
  •  一向
    一向 (楼主)
    2020-12-07 14:09

    ClickOnce will use whatever version you send them. If you send them an old version, they will rollback to that old version.

    Back in May my buddy David wrote an article on how to do this on a per-user basis. We can literally have every user on a different version. The application even tells the database which version the user wants, so they could in theory change their version and then simply restart the application.

    Fine Grained Versioning with ClickOnce

提交回复
热议问题