将SQL Server Express 2005嵌入我的应用程序 [英] Embedding SQL server express 2005 with my application

查看:136
本文介绍了将SQL Server Express 2005嵌入我的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将安装程序包中的Sql Server 2005 Express Edition作为一个文件嵌入?

How can I embed Sql server 2005 express edition with my Setup package as one file?

谢谢.

PS:这是Windows应用程序.

P.S:It's a Windows Application.

推荐答案

请参见 http://msdn.microsoft.com/zh-cn/library/bb264562.aspx ,以嵌入说明.

See http://msdn.microsoft.com/en-us/library/bb264562.aspx for embedding instructions.

不要让使用包装纸"部分吓人...您将不需要它.但是您将需要命令行开关.该安装程序是一个可执行文件,可以从主安装程序中启动,并且命令行开关提供了成功安装所需的所有控制.

Don't let the "Using a Wrapper" section intimidate...You won't need that. But you will need the command line switches. The installer is a single executable that can be fired off from your main installer, and the command line switches provide all of the control you will need for a successful installation.

另请参见:

在安装过程中配置SQL Express http://blogs. msdn.com/sqlexpress/archive/2006/09/20/763956.aspx .

Configuring SQL Express During Installation http://blogs.msdn.com/sqlexpress/archive/2006/09/20/763956.aspx.

这篇关于将SQL Server Express 2005嵌入我的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆