我已下载SQL Server Developer Edition 2014“en_sql_server_2014_developer_edition_with_service_pack_1_x64_dvd_6668542.iso” 并使用Power iso提取iso文件。
点击安装文件后出现以下错误
此SQL Server安装媒体不支持操作系统的语言,或者没有SQL Server英语版安装文件。使用匹配的语言特定的SQL Server媒体;或者安装特定于语言的MUI并通过控制面板中的区域设置更改格式和系统区域设置
我的windows7 os区域语言设置为ENGLISH(US)。
我不知道这些可能是什么原因。
答案 0 :(得分:0)
错误很明显是什么错误。谷歌搜索" SQL Server安装媒体不支持操作系统的语言"返回结果,指示您的本地变量与安装程序中请求的不同。也许那个iso是EN-GB。
您可以在注册表中查找您的语言:
HKEY_CURRENT_USER\Control Panel\International\Locale
您还可以使用powershell检查:
Get-WinUserLanguageList
还有powershell来改变它,例如:
Set-WinUserLanguageList -LanguageList en-US
答案 1 :(得分:0)
今天,当我尝试在Windows VPS 2012上安装MSSQL Server 2014 Express版本时,收到了相同的错误。VPS在德国数据中心中创建。我曾使用Firefox浏览器下载SQL Server安装文件。我通过执行以下步骤解决了该问题:
Step1: Uninstalled Firefox browser from the VPS.
Step2: Removed the Microsoft SQL Server folder from Program Files and Program Files (x86). Also removed the extracted folder of SQL Server from Download folder (SQLEXPRADV_x64_ENU)
Step3: Rebooted the VPS
Step4: Downloaded the latest Google Chrome browser and installed it on VPS
Step5: Again download MSSQL Server 2014 express edition from Microsoft site.
Step6: Run the MSSQL setup file and configured it successfully.