下面是引用squallv於2007-01-31 17:56發表的 :
報告大大,無法啟動說
附圖
謝謝你的幫忙,感恩
1.「Ctrl+Alt+Delete」結束Ikernel.exe進程
2.安裝最後版本
Windows Installer 3.1 Redistributable (v2) - 繁體中文
http://www.microsoft.com/downloads/details.aspx?displaylan...f56-4a38-b838-de776fd4138ciKernel engine update
http://support.installshield.com/kb/...ernelupdate.exeInstallShieldEngineUpdate
http://support.installshield.com/kb/files/Q1...ngineUpdate1100.exeIsScript11
http://support.installshield.com/k.../ISScript11.zip3. 控制台 -> 系統管理工具 -> 服務
DCOM Server Process Launcher 啟動類型 設為自動 狀態(已啟動)
Windows Installer 啟動類型 設為自動 狀態(已啟動)
4.用記事本編寫如下內容,並保存為 installer.reg 格式文件,雙擊將文件導入註冊表;
==================================================
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer]
"ImagePath"=-
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,\
00,73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,\
56,00,00,00
; ImagePath = %SystemRoot%\System32\msiexec.exe /V
========================================================
5.運行「CMD」命令提示符,輸入「msiexec /regserver」;