We have a project in Visual Studio 2013 that uses Installshield LE to build an installer for a number of C# projects within our Visual Studio solution.
This works great for the .exes, .dlls, and config files. I've been tasked with automating building our database from a Visual Studio SQL Server Project and deploying it via the installer.
Does anybody have any idea how to do this? It appears Installshield can run .sql scripts when deploying but that's about it.
Ideally I'd like directly include the .sqlproj (SQL Server Project) "output" as part of the installer process.