本文如下报错适用:
一、The installer has encountered an unexpected error installing this package. Thismay indicate a problem with this package. The error code is 2203
二、错误 2203.数据库: C:\WINDOWS\Installer\inprogressinstallinfo.ipi.无法打开数据库文件.系统错误 -2147287037.
三、Product: Windows Installer -- Internal Error 2203. C:\WINDOWS\Installer\inprogressinstallinfo.ipi, -2147287037<<30005>>#2203
四、产品: Adobe Acrobat -- 错误 2203。另一个程序已锁定文件的一部分,进程无法访问。
五、MSI (s) (88:A4) [14:09:27:551]: Executing op: DatabaseCopy(DatabasePath=C:\Windows\Temp\Installer.msi,,CabinetStreams=cab1.cab,AdminDestFolder=C:\Windows\Temp\,)
MSI (s) (88:A4) [14:09:27:551]: Note: 1: 2203 2: C:\Windows\Installer.msi 3: -2147287008
DEBUG: Error 2203: Database: C:\Windows\Temp\Installer.msi. Cannot open database file. System error -2147287008
MSI (s) (88:A4) [14:09:34:634]: Product: Installer -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\Windows\Temp\Installer.msi, -2147287008,
第一步、先检查文件夹是否存在
我的电脑 >属性
高级 > 环境变量
检查红框内的文件夹是否存在(如果一致,可以跳过)
第二步、检查是否关闭《用户控制设置》UAC
我的电脑 > 控制面板
控制面板 > 用户账户 > 更改用户账户控制设置
拉到最低,确定。 然后重启计算机基本没问题了。
三、按照上面两个步骤没有效果?
微软键+R
卸载:
MSIEXEC /UNREGISTER
注册:
MSIEXEC /REGSERVER
如果!还是搞不定~
打开文本输入:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000
另存为reg文件,然后导入注册表。关闭更改用户账户控制设置UAC
然后重启电脑~