Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
To install and use Microsoft SQL Server 2005 Express Edition (SQL Server Express) within an existing application, complete one of the following tasks:
Create a bootstrap program that uses sqlexpr.exe. This is the recommended method because sqlexpr.exe uses checkpoints to prevent problems that arise during installation.
Note
A bootstrap is a program that installs or runs other programs.
If you do not want to use a bootstrap, you can use Visual Studio 2005 to build a setup application that installs SQL Server Express along with your existing application by calling the SQL Server Express setup.exe program. The SQL Server Express installation can be run in silent mode.
In both of these situations, the user has to be an administrator to install SQL Server Express.
For more information about embedding, see "Embedding SQL Server Express into Custom Applications" at MSDN library.
See Also
Concepts
Using Command Prompt Options to Install SQL Server Express
Other Resources
SQL Server 2005 Books Online Download Center