我正在尝试安装上面的文件,但是当它试图安装安装支持文件时会出现以下错误,
这是安装支持文件时发生的第一个错误。
TITLE: Microsoft SQL Server 2008 R2 Setup
------------------------------
The following error has occurred:
The installer has encountered an unexpected error. The error code is 2337. Could not close file: Microsoft.SqlServer.GridControl.dll GetLastError: 0.
Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1&EvtType=0xDF039760%25401201%25401
这是在生成第一个错误后在安装程序中单击“继续”后发生的第二个错误。
TITLE: Microsoft SQL Server 2008 R2 Setup
------------------------------
The following error has occurred:
SQL Server Setup has encountered an error when running a Windows Installer file.
Windows Installer error message: The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
Windows Installer file: C:\Users\watto_uk\Desktop\In-Digital\Software\Microsoft\SQL Server 2008 R2\1033_ENU_LP\x64\setup\sqlsupport_msi\SqlSupport.msi
Windows Installer log file: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110713_205508\SqlSupport_Cpu64_1_ComponentUpdate.log
Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1&EvtType=0xDC80C325
这些错误是从Microsoft下载的ISO包中生成的。我还尝试使用web平台安装程序来安装速成版本,但是Server安装也失败了。管理演播室安装得很好,但服务器不安装。我已经检查过,以确保Windows安装程序已经启动,而且它已经启动。似乎在任何地方都找不到答案,因为以前报告的所有问题似乎都与XP有关。我以前确实在机器上安装了快速版本,但是卸载它以升级到完整的版本,我希望我现在没有。
有谁能好心地给我提点建议或者指出正确的方向来阻止我因为这个而发疯呢?
如有任何建议,将不胜感激。
Update=======================
在深入挖掘之后,我从安装日志文件中找到了错误的细节,如果需要的话,我也可以上传日志文件。
MSI (s) (E8:28) [23:35:18:705]: Assembly Error:The module '%1' was expected to contain an assembly manifest.
MSI (s) (E8:28) [23:35:18:705]: Note: 1: 1935 2: 3: 0x80131018 4: IStream 5: Commit 6:
MSI (s) (E8:28) [23:35:18:705]: Note: 1: 2337 2: 0 3: Microsoft.SqlServer.GridControl.dll
MSI (s) (E8:28) [23:35:22:869]: Product: Microsoft SQL Server 2008 R2 Setup (English) -- Error 2337. The installer has encountered an unexpected error. The error code is 2337. Could not close file: Microsoft.SqlServer.GridControl.dll GetLastError: 0.
MSI (s) (E8:28) [23:35:22:916]: Internal Exception during install operation: 0xc0000005 at 0x000007FEE908A23E.
MSI (s) (E8:28) [23:35:22:916]: WER report disabled for silent install.
MSI (s) (E8:28) [23:35:22:932]: Internal MSI error. Installer terminated prematurely.
Error 2337. The installer has encountered an unexpected error. The error code is 2337. Could not close file: Microsoft.SqlServer.GridControl.dll GetLastError: 0.
MSI (s) (E8:28) [23:35:22:932]: MainEngineThread is returning 1603
MSI (s) (E8:58) [23:35:22:932]: RESTART MANAGER: Session closed.
Installer stopped prematurely.
MSI (c) (0C:14) [23:35:22:947]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (0C:14) [23:35:22:947]: MainEngineThread is returning 1601
=== Verbose logging stopped: 13/07/2011 23:35:22 ===
发布于 2011-07-15 08:03:53
这是由于一个损坏的ISO文件。
发布于 2012-01-09 13:45:27
在试图使用挂载的ISO文件在虚拟机上安装时,可能会出现一些类似的问题。看来挂载器和Hyper挂载器在安装server 2008 R2时有问题。解决方案是提取ISO文件的内容并从中安装(要么复制到虚拟机的本地驱动器,要么复制到VHD文件并挂载该文件,或者将其安装在网络共享上并从那里安装)
https://serverfault.com/questions/290095
复制相似问题