Win7总是弹出Windows Installer准备安装该怎么处理?
Win7系统有时候会弹出Windows Installer正在准备安装的对话框,这是因为Windows Installer没有正确安装导致的。一般情况下用导入修改注册表的办法可以解决。今天小编就跟大家说一下解决方法。
1、首先新建一个文本文档。

2、然后复制下边的代码进入:
复制内容到剪贴板
- 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



