Unable to set a WiX Property equal to a Property from a Properties file
问题 I might be suffering from a case of Sometimers Disease, but I could have sworn the last time I dipped my toe in WiX, it was recommended to have a seperate file for setting properties to be referenced later if any of those properties aren't meant to be static. Basically, updating them before the build sequence begins as-needed. So basically, I'm trying to: Load the Properties file into the WiX project (done) Create a WiX Property equal to one of the properties from that Properties file