I'm using Wix# to install my software and am running a script to install the database used by my software.
Will users installing my software need to have SQL Server Express or some alternative installed in order for the script to run successfully?
If so, how can I use Wix to chain the installation of SQL Server Express with the installation of my software.
Thanks in advance!