|
 |
| |
| SQLServer無法安裝,提示:command line option syntax error |
| 當(dāng)安裝程序安裝到:
安裝程序正在安裝ms數(shù)據(jù)訪問組件
時,屏幕出現(xiàn)錯誤提示:
command line option syntax error,type command/? for help
然后點確定繼續(xù),結(jié)果到:
安裝程序正在安裝HTML幫助
時,屏幕又出現(xiàn)標(biāo)題為html help 1.32 update錯誤警對話框提示:
command line option syntax error,type command/? for help
然后我再點確定繼續(xù),安裝程序開始復(fù)制文件,復(fù)制完文件后又出現(xiàn)錯誤提示:
無法找到動態(tài)連接庫sqlunirl.dll于指定路徑
點確定后安裝程序停止運行,讓查看安裝日志
解決方法:
引起這問題的原因是,SQLServer的安裝文件,放在中文目錄下.
將SQLServer的安裝文件,拷到英文目錄,安裝就OK
比如將:
D:\軟件\Sqlserver
中的"軟件"去掉. |
|
|