Each one of my installers utilize certain temporary exes and dlls. In my WiX project I can put them in the Binary table. Since they're shared across all projects is it possible to put them into a wixlib? What would the syntax be.
I'm doing something similar with properties using the PropertyRef attribute. There is no corresponding BinaryRef attribute to do the same with the Binary table.