Sql server Express版部署

发布于 2024-12-17 08:36:36 字数 157 浏览 0 评论 0原文

我有一个在.net Framework 4.0 和 Sql server 2008 R2 中开发的窗口应用程序。我想为此创建设置。

对于那些计算机上没有 SQL Server 的用户,有什么方法可以让安装程序也在计算机上安装 SQL Server 吗?

提前致谢...

i have one window application developed in .net framework 4.0 and Sql server 2008 R2. I want to create set up for the same.

Is there any way possible that the set up can install SQL server too on the machine for those user who don't have sql server on the machine?

Thanks in advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

开始看清了 2024-12-24 08:36:36

添加 Sql 服务器作为必备工具或创建引导安装程序来执行此操作。

其中包括一些配置文件设置或其他一些东西。
在 MSDN 上查看有关此内容的更多信息

嵌入 SQL Server 2008 Express在应用程序中

将 SQL Server Express 嵌入自定义应用程序

检查此另请链接

使用您的应用

Add Sql server you prerequisites tools or create bootstrap installer for doing this.

These includes some configuration files settings or some other stuff..
Check more about this on MSDN

Embedding SQL Server 2008 Express in an Application

Embedding SQL Server Express into Custom Applications

Check this link also

Install SQL Server (Express) with your Application

单调的奢华 2024-12-24 08:36:36

您可以将 MsSQL Express 嵌入自定义应用程序中。查看 MSDN 文章 - 将 SQL Server Express 嵌入自定义应用程序

You can embed MsSQL Express in the custom applications. Have a look at MSDN article - Embedding SQL Server Express into Custom Applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文