Including SQL Server Express with Application
        Posted  
        
            by Echilon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Echilon
        
        
        
        Published on 2010-03-17T09:50:08Z
        Indexed on 
            2010/03/17
            9:51 UTC
        
        
        Read the original article
        Hit count: 379
        
I'm bundling an application for distribution and SQL Server is a prequisite so we're including SQL Server Express. What's the easiest way to include SQL server in a point and click installer? In the past I've used NSIS, but it was always flaky when installing the .NET Framework, so .NET, SQL Server and our app seems like an impossible task.
It needs to be free, which probably cuts back my options a tad. Any suggestions or recommendations?
© Stack Overflow or respective owner