Im using Wix# to deploy our software which needs to run an SQL script to install the database on installation.
However I would like to give the user the option to select the server to install the database on, or install a new server instance to run the script on.
I have looked into creating custom UI for the installer, as well as running SQL scripts and chaining other installations with the setup, but so far I couldn't figure out how to make the UI communicate with the setup.
Thanks in advance!