I'm working on a WiX installer that needs to modify one of the XML Files being installed depending on a condition chosen during install. Is there a way to do this during the initial install?
I've tried using XMLFile and was getting an error about the file not existing. I'm wondering if using XMLFile is the correct way to do this and I just had the file path wrong maybe.