安装某些msi软件包,提示“This advertised application will not be installed because it might be
unsafe. Contact your administrator to change the installation user
interface option of the package to basic”
解决方案:先敲一条命令改变msi软件包的UI模式,
c:\>msiexec /i "msi packet path" /qn
然后再执行安装程序。
msi软件包无法安装
原文:http://www.cnblogs.com/fjping0606/p/4428620.html