Juo*_*nis 18 installer windows-installer wix merge-module
根据优秀的建议,我已将一些变量移动到WXI文件.如何将其包含在WXS文件中?
Juo*_*nis 32
使用<?include?>预处理程序标记,例如:
<?include include.wxi ?>
Run Code Online (Sandbox Code Playgroud)
以供参考:
http://wix.sourceforge.net/manual-wix2/preprocessor.htm
虽然这是关于wix 2.0并使用扩展名为.wxs的文件 - 游戏保持不变,因为文件中只需要"include"元素.
有关如何使用它的好文章可以在这里找到:http: //weblogs.sqlteam.com/mladenp/archive/2010/02/17/WiX-3-Tutorial-Understanding-main-WXS-and-WXI-file. ASPX