如何引导 SQL Server 2008 Express SP1?

发布于 2024-08-07 05:08:08 字数 528 浏览 9 评论 0原文

我正在尝试将 SQL Server 2008 Express SP1 引导到我的应用程序中。之前我使用 Wise for Windows 来执行必备安装,但 Wise 尚不支持 Windows Installer 4.5。

我现在尝试将 Visual Studio 2008 引导技术与 WiX 3.0 结合使用,并已成功满足 SQL Server 先决条件,并且能够获取 SQL Express 2008 但无法获取 SP1 的清单。另外,我需要能够本地化 SQLAccount,但我无法通过修改 package.xml AFAIK 来做到这一点。在我之前的解决方案中,使用 Wise,我能够从目标系统收集本地化字符串并将参数直接传递到安装程序命令行。

实际上,有两个问题:

  1. 在哪里可以找到 SP1 的引导清单文件(或者我可以制作它们?)

  2. < p>如何本地化 SQLAccount,因为命令行参数似乎是在编译时使用 Visual Studio 引导程序决定的。

    如何本地化 SQLAccount,因为命令

I am trying to bootstrap SQL Server 2008 Express SP1 into my application. Previously I used Wise for Windows to perform the prerequisite installation, but Wise doesn't support Windows Installer 4.5 yet.

I am now trying to use the Visual Studio 2008 bootstrap technology with WiX 3.0, and have had good success getting the SQL Server prerequisites, and am able to get the manifest for SQL Express 2008 but not SP1. Also, I need to be able to localize the SQLAccount, but I won't be able to do that through modifying package.xml AFAIK. In my previous solution, using Wise, I was able to collect the localized string from the target system and pass the parameter directly to the installer command line.

So really, two questions:

  1. Where can I find the bootstrap manifest files for SP1 (or can I make them?)

  2. How can I localize the SQLAccount since it appears that the command line parameters are decided at compile time with the Visual Studio bootstrapper.

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

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

发布评论

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

评论(2

无敌元气妹 2024-08-14 05:08:08

我对你的第一个问题只有一个可能的解决方案:
适用于 SQL Server 2008 Express 的 VS.NET 2008 引导程序带工具的版本

正如标题所述,它还安装了工具,并且由于 Powershell,但嘿,至少你有 sp1。

I only have a maybe solution for yout first question:
VS.NET 2008 Bootstrapper for SQL Server 2008 Express Edition with Tools

As the title states it also installs the tools and because of that Powershell but hey at least you got sp1.

失退 2024-08-14 05:08:08

您可以使用 VS 2010 RC 或更高版本来引导 SQL Express 2008 SP1。 WiX 3.5 在那里工作并允许它。

You can use the VS 2010 RC or later to bootstrap SQL Express 2008 SP1. WiX 3.5 works there and will allow it.

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