Is there a way to create a new text file and write it using Wix? I came across elements that will allow me to work with Xml and Ini files, but nothing for a regular text file.
The root of the problem stems from the fact that we are using a third-party library that reads from our own custom configuration file, which really ties my hands to what the text file looks like. The configuration file is similar to the Ini file, minus the "partitions". And I noticed that Wix processes Ini files, always putting them in a system folder that will not work for our needs.
The data that needs to be written to the configuration file is collected at run time, so there is no way to simply install a pre-configured file.
I would like to agree to the Wix extension to achieve the same result, if it exists, but has not yet met it.
source
share