how to implement upgrade in customer ui application, when i call Engine.Plan(LanchAction.UpdateReplace) it's not work

huangapple go评论48阅读模式
英文:

how to implement upgrade in customer ui application, when i call Engine.Plan(LanchAction.UpdateReplace) it's not work

问题

如何在客户UI应用程序中实现升级,当我调用Engine.Plan(LanchAction.UpdateReplace)时它不起作用,我已经设置了更新代码并添加了升级元素

  1. 安装旧版本
  2. 构建新版本
  3. 运行bootstrapper.exe更新应用程序
英文:

how to implement upgrade in customer ui application, when i call Engine.Plan(LanchAction.UpdateReplace) it's not work, i set already updatecode and add upgrade element

1.installed an old version
2.buid new version
3.run bootstrapper.exe update application

答案1

得分: 0

只需安装,如果版本高于具有相同UpgradeCode的任何捆绑包,Burn将执行升级。

您正在执行的是就地更新,在此之前,您安装的是比已安装的版本更新的版本。

英文:

Just install and Burn will do an upgrade if the version is higher than any Bundles with the same UpgradeCode.

What you are doing is an inplace update where you install a newer version than the one you are running before anything has been installed.

huangapple
  • 本文由 发表于 2023年6月26日 21:37:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/76557231.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定