在安装 SQL Server 2008 的时候,安装失败,无法找到 ‘MediaInfo.xml’ 文件。
因为 SQL Serve 安装程序在安装的时候,会自动解压一些文件,其中就有 MediaInfo.xml 这个文件。所以在安装过程中关闭了安装程序,解压的文件会被自动删除。
所以在安装完成之前,不能够关闭安装程序。
When trying to install SQL Server 2008 R2, you get the following error:
SQL Server Setup Failure.
SQL Server Setup has encountered the following error:
Could not find the file ‘\MediaInfo.xml’..
This is because, when you run SQL Server Installation Center, several files are decompressed ready for installation. MediaInfo.xml is one of these files. When you close SQL Server Installation Center during the install, the decompressed installation files are tidied up (MediaInfo.xml is deleted).
To fix the SQL Server Setup error, rerun SQL Server setup, leaving the SQL Server Installation Center window open throughout the install.
在尝试安装SQL Server 2008 R2时,若出现安装失败并提示无法找到'MediaInfo.xml'文件的错误,原因在于安装程序在运行时自动解压的文件会在中途关闭安装程序时被清理。为修复此问题,需确保在安装过程中不关闭安装程序窗口。
1248

被折叠的 条评论
为什么被折叠?



