SQL Server Express 2008 R2 - 引导程序包
因此,Micosoft 基本上对那些想要部署 SQL Server Express 2008 R2 的人竖起了中指,如下所示 这里 有谁知道一个合理的解决方法吗?我需要为我正在部署的 ClickOnce 应用程序提供引导程序。
So, Micosoft has basically given a big middle finger for those wanting to deploy SQL Server Express 2008 R2 as can be seen here Does anyone know of a reasonable workaround for this? I need the bootstrapper for a ClickOnce app I'm deploying.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
所以,可爱的 RobinDotNet 听到了我们的呼声,并为我们创建了一个引导程序来帮助我们。
这里< /a> 她关于这个主题的博客文章。
So, the lovely RobinDotNet has heard our cry and helped us out by creating a bootstrapper for us.
Here's her blog post on the subject.
使用 dotNetInstaller 创建您自己的引导程序。
dotNetInstaller:http://dotnetinstaller.codeplex.com/
如何使用它的快速概述:http://www.codeproject.com/KB/install/dotNetInstaller.aspx
只需添加一个exe成分。我会选择 SQL Server 2008 R2 完整下载可执行文件:
http://www.microsoft.com/express/Database/InstallOptions.aspx
Create your own bootstrapper with dotNetInstaller.
dotNetInstaller: http://dotnetinstaller.codeplex.com/
Quick overview of how to use it: http://www.codeproject.com/KB/install/dotNetInstaller.aspx
Just add an exe component. I would pick the SQL Server 2008 R2 full download executable:
http://www.microsoft.com/express/Database/InstallOptions.aspx