问题:win10 22h2专业版安装Edge浏览器出错,There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.,如下图:
解决:修改注册表。1.新建文本文件,复制如下代码至文件中,保存,将扩展名改为.reg。双击运行。2.也可直接运行注册表编辑器在相应位置修改。
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MicrosoftEdgeUpdate.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MicrosoftEdgeUpdate.exe]
"DisableExceptionChainValidation"=dword:00000000
修改好注册表后,再安装Edge,就不会报错了。