views:

40

answers:

1

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?

+1  A: 

WIX? I would use WIX and the bootstrapper would install SQL Server Express.

TomTom
Interesting. Looks like a decent method. Thanks.
Echilon
Decent enough - interesting enough - to be used by prety much all MS tools, though they use the custom UI approach (TONS of work).
TomTom