Install SQL Server and the .NET Framework from a visual studio setup project

I need to do four things, install the .NET Framework 3.5, install SQL Server 2005 and run my sql script on the server and create the database and install my application, how to do it in one installation project using visual studio 2005/2008

+5
source share
5 answers

Use NSIS instead of the Visual Studio installer project:

http://nsis.sourceforge.net/Main_Page

It is much more powerful, but still quite easy to use. There are also many sample code for common tasks, such as installing .NET or SQL Server.

+4
source

SQL Server Visual Studio.

0

, , , . , sqlserver . SQLLite -, .

0

MSI. , , , . , .

SQL2005. SQL2005, DLL , . , SQL .

, SQL- . , .

, , - .

.

0

All Articles