wix bootstrapper

冷暖自知 提交于 2019-12-01 13:42:11

Two answers, one suggestion:

  1. To get messages back during the MsiPackages being installed, handle the BootstrapperCore.ExecuteMsiMessage event. The event args there will contain a Message that contains the data you are looking for.

  2. To configure how the packages are compressed or not, use the Compress attribute. You can either mark the entire Bundle/@Compress='no' or mark each package Compress='no' (or 'yes' if you want to go that way).

--

Suggestion: Be sure to add DetectCondition to the ExePackages so Burn will know if the ExePackages are already present or not.

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