Bootstrapping sequence validation issue using WiX 3.6 and Burn

ぐ巨炮叔叔 提交于 2019-12-06 05:00:21
Rob Mensching

What you are seeing is the expected behavior. Burn creates a "plan" that defines all the work that should be done and executes it. Once planned, there is forward progress until a vital package causes a failure and then rollback occurs. It sounds like you need one of the ExePackages before the ClientInstall package to be marked Vital="yes", so the install does not continue if it is not installed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!