問題描述
我正在嘗試在支持 Win 7 的筆記本電腦上安裝 MS SQL Server 2008.我在選擇安裝路徑時遇到問題.當我繼續選擇安裝",然后當我單擊新 SQL Server 獨立安裝或向現有安裝添加功能"時,它會彈出一個瀏覽對話框以選擇安裝文件夾.我選擇了 c:/program files/Microsoft SQL Server/并嘗試了該文件夾下的所有文件夾.但是,它給了我一條錯誤消息說
I'm trying to install MS SQL Server 2008 on my Win 7 enabled laptop. I'm facing a problem while selecting the path to install. When I go on choose 'installation' and then when I click on 'New SQL Server stand alone installation or add features to an existing installation' it pops up a browse dialog box to select installation folder. I selected c:/program files/Microsoft SQL Server/ and tried all the folders under this folder. However, it gives me an error message saying
c:/program files/Microsoft SQL Server/不是有效的安裝文件夾
c:/program files/Microsoft SQL Server/ is not a valid installation folder
我嘗試了 1000 次,但仍然遇到相同的錯誤.我已經有 SQL Server 2005 并且我卸載了它.之后我只嘗試安裝 MS SQL Server 2008.這里有什么問題?我該如何解決這個問題?
I tried 1000 times but still I'm getting the same error. I already had SQL Server 2005 and I uninstalled it. After that I'm only trying to install MS SQL Server 2008. What is the problem here? How can I fix this issue?
推薦答案
我最近遇到了同樣的問題,我做了以下事情:
I recently had the same problem, I did the following:
假設您下載了 SQLServer2008R2SP1-KB2528583-x86-ENU 文件
以獲取 SQL 2008 R2,但它不會接受您選擇的文件夾.它正在尋找您的安裝媒體 AKA 文件來安裝您選擇的選項,例如升級或安裝.
Lets say you downloaded the SQLServer2008R2SP1-KB2528583-x86-ENU file
to get SQL 2008 R2 and it won't accept the folder you choose. It is looking for your installation media AKA files to install your chosen option e.g. Upgrade or install.
右鍵單擊 SQLServer2008R2SP1-KB2528583-x86-ENU 文件,單擊提取文件(winrar 選項).這將解壓縮安裝文件,為您提供所有已壓縮的文件.
Right click on the SQLServer2008R2SP1-KB2528583-x86-ENU file, click on extract files (winrar options). This will extract the install file giving you all the files that was compressed.
當 SQL 2008 R2 安裝中心要求您選擇文件夾時,請選擇包含所有文件的解壓縮文件夾...問題已解決!
When SQL 2008 R2 Install Center ask you to choose the folder, select the extracted folder with all the files... problem solved!
這篇關于SQL Server 2008 安裝的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!