Include a text file content into a WiX script
Is there a way to read value for the WiX variable from a text file? What I am trying to do is to include a version-specific information into instlal package. This version information extracted into the text file on the pre-build step, the question is how to propages this text file content into a build process. One of the possible solution is to update whole .wxs file on the pre-build step too, but it feel a bit sloppy. Is there any other, less-intrusive way? Thank you. Create a separate file 'includes.wxi', for example like this: <?xml version="1.0" encoding="utf-8"?> <Include Id=