How can I rollback clickOnce if I have a minimum required version?

前端 未结 4 2008
别那么骄傲
别那么骄傲 2021-01-01 06:06

We decided to use the minimumRequiredVersion in our clickOnce application manifest, and now when we try to rollback to a previous version when the user launches the applicat

4条回答
  •  抹茶落季
    2021-01-01 06:35

    If you want to rollback the version to a previous one before the clients minimum required version then you will need to reinstall the clickonce application.

    Take a look at this link to see how it can be done in code: ClickOnce and Expiring Code Signing Certificates

提交回复
热议问题