XPSP3无法安装Windows Installer 3.1

来源:百度知道 编辑:UC知道 时间:2024/06/24 14:30:44
我安装VS2008时他说要先安装Windows Installer 3.1 但是我下载了后却提示我的SP版本比更新版本高 没必要更新 然后我又下载了个Windows Installer 4.5安装了后VS还是安装不了 怎样解决?? 我的XP版本是2002 SP3

Windows XP集成了最新版本的Windows Installer v2.0
在“服务”里查看“Windows Installer ”服务的状态,一般为停用,当你试图启用此服务,会发现此服务已被系统禁用,或则 Windows Installer 服务已被标记为删除;而当你尝试重新安装 Windows Installer 服务时,系统提示“指定的服务已存在”——那这篇文章就是你想要的了。

解决方法(在 WinXP/Win2000 上通过):

先用记事本编写如下内容,并保存为 installer.reg 格式文件,双击将文件导入注册表;
运行“CMD”命令提示符,输入“msiexec /regserver”并回车;
无须重新启动,即刻搞掂!

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

一般不用安,自带呀