XML生成错误在Windows 8上安装SQL Server Express 2008

时间:2011-09-22 18:40:17

标签: sql-server-express virtualbox windows-8

免责声明:是的,我知道Windows 8是预发行版,但事情不一定有效。我仍然需要这样做。

我正在尝试在Windows 8 32位上安装SQL Server Express 2008 R2(通过Virtual Box)。当我运行安装程序时,出现错误:

Database installer returned error code -2147024893 (The system cannot find the path specified.)

网络安装程序也无法正常工作。 WPI的日志文件告诉我:

DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2' is -2068774911

我尝试在Windows 7的兼容模式下运行它。我可以运行安装程序,单击设置屏幕,最后我收到此错误:

There was an error generating the XML document.

Error code: 0x84B10001.

如何使其正常工作,或者,如何调试/分类?我查看了日志,但我不太确定他们说了什么;它可能是一个注册表写入错误。在管理员模式下运行只会导致安装程序无法加载,或者是一个不错的BSOD:

enter image description here

1 个答案:

答案 0 :(得分:1)

具有讽刺意味的是,答案非常简单 - 我在32位Windows 8上安装了32位SQL Server。相反,我转而在64位Windows 8上安装64位SQL Server。 / p>

问题解决了。