MSI格式的安装程序,在Win7、Win8下无法安装的解决办法

来源:互联网 发布:数据挖掘技术与算法pdf 编辑:程序博客网 时间:2024/04/19 12:16
转载自网络,源文网址为
http://blog.csdn.net/ly20056402006/article/details/51612564
http://wenku.baidu.com/link?url=WJI7mOmReQE0H3OYIGHp6LF-JG5uP6NXWw3dDwmpPHzAfbXROlRFP9Ry3PyhIyXFgIGA2BVy2aDYOn9wwdxRGAeoJxgCTfHyq7_rcJmr6hC

MSI格式的安装程序,在Win7、Win8下无法安装的解决办法。 
  我们在安装Win7或Win8下安装msi格式的安装程序时,会报如下的错误提示: 
  “There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor.”。 
报错对话框如下:

报这个错的原因,是安装的过程中,没有取得管理员的权限。Msi格式的文件,点右键后,也没有“以管理员身份运行”的菜单项,那怎么办呢?你可以点“开始”菜单,点“所有程序”,点开“附件”,在“命令提示符”上点右键,选择“以管理员身份运行”。弹出如下窗口:

如上图,输入上自己需要的msi的文件路径,敲回车,再安装就不报错了。


以上为转载内容,以下为本人说明。

1.  看不见的图在下面这个网址上可以看到。http://wenku.baidu.com/link?url=WJI7mOmReQE0H3OYIGHp6LF-JG5uP6NXWw3dDwmpPHzAfbXROlRFP9Ry3PyhIyXFgIGA2BVy2aDYOn9wwdxRGAeoJxgCTfHyq7_rcJmr6hC

2. 在win10中安装python时遇到了问题“There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor.”。用上述方法可以解决。

0 0