Is it possible to include “source” files in a wixlib?
问题 Is it possible to include "source" files in a wixlib? I have a number of c++ solutions, each containing a project or projects, and a wixlib, with a fragment containing entries such as: <File Id="MY_ID" KeyPath="yes" Source="$(var.my_path)\foo.exe" /> I would like to collect "foo.exe" and include it in the wixlib, then create a WiX project that links together several such wixlibs and produces an MSI. The reading I have done seems to suggest WiX3 and later supports this, and the technique is