How to Bootstrap SQL Server 2008 Express SP1?

三世轮回 提交于 2019-12-07 09:30:23

问题


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.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/1520861/how-to-bootstrap-sql-server-2008-express-sp1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!