Wix installer custom action runs a SQL script to transfer data from old database to new. But the script will time out on larger databases. It doesn't timeout when run manually on Management Studio. Is there a way to lengthen the timeout to 20 minutes?
If not, my backup plan is to break up the script into smaller chunks.