How to include wxi file into wxs?

佐手、 提交于 2019-11-27 05:15:20

for reference:

http://wix.sourceforge.net/manual-wix2/preprocessor.htm

Although this is about wix 2.0 and uses a file with extension .wxs - the game stays the same, as only the "include" element is required to exist in the file.

A good article how to use this can be found here: http://weblogs.sqlteam.com/mladenp/archive/2010/02/17/WiX-3-Tutorial-Understanding-main-WXS-and-WXI-file.aspx

use <?include ?> preprocessor tag, for example:

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