How can I uninstall a MSI but not the Bundle itself using WiX MBA?

主宰稳场 提交于 2019-12-02 08:47:23

I'm guessing your bundle is getting uninstalled because you are using Engine.Plan(LaunchAction.Uninstall). If you use a different action like Install or Modify, it shouldn't be removed.

To control the install state of the individual MSI packages, I think you can set that in a callback to PlanPackageBegin.

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