What is the difference between Media and MediaTemplate in WIX?

最后都变了- 提交于 2019-12-21 07:16:45

问题


Is there are manual cabinet file's preparing VS automatic cabinet file's creation during building wix project?

Or may be this is something else ?


回答1:


MediaTemplate replaced Media and is available starting in WiX 3.8. Take a read at:

WiX and cabinetry

Basically the Media element took a lot of code to describe what to do when you had more then 1 CAB file. The MediaTemplate element is syntactical sugar that reduces this to one line.

Many smaller installers with just 1 CAB won't care one way or the other. But when you start to build large MSIs it'll help.



来源:https://stackoverflow.com/questions/27439643/what-is-the-difference-between-media-and-mediatemplate-in-wix

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