For a setup (to update an existing product) I create in wix, I need to read the install directory and process all the INI-files that start with settings
Those are settings files who have the same layout, and allow the application to connect to different environments/sql servers. Every ini files configures an environment.
From those files, I need the connectionstring within the ini and run an update SQL-script in every environment (so for each ini file found).
How can that be achieved?
I looked at wix, but did not found a solution.
Now I'm looking to use wix# (wix-sharp), but I don't know if it will be possible.
Thank you in advance for any ideas and thoughts.