英文:
how to implement upgrade in customer ui application, when i call Engine.Plan(LanchAction.UpdateReplace) it's not work
问题
如何在客户UI应用程序中实现升级,当我调用Engine.Plan(LanchAction.UpdateReplace)时它不起作用,我已经设置了更新代码并添加了升级元素
- 安装旧版本
- 构建新版本
- 运行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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论