解决Windows10中.msi文件无法安装问题

资源分享评论7

错误问题:msi文件无图标,且只能自行选择打开方式。

修复方案:重建 .msi 文件关联

1、新建文本文件 → 复制粘贴以下代码:
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\.msi]
@="MSI.Package"
"Content Type"="application/x-msi"
 
[HKEY_CLASSES_ROOT\MSI.Package]
@="Windows Installer Package"
 
[HKEY_CLASSES_ROOT\MSI.Package\shell\Open\command]
@="\"msiexec.exe\" /i \"%1\" %*"
2、文件另存为“修复MSI关联.reg”(保存类型选所有文件)
3、右键该文件 → 合并 → 选择“是”
4、重启电脑生效
文章源自HAM小站-https://bh8sel.com/6377.html
 
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
确定

拖动滑块以完成验证