下面是引用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」;