msi格式的文件,點右鍵后,沒有“以管理員身份運行”的菜單項,直接運行.msi文件報錯:
“There is a problem with this Windows Installer package, A program required for this install to complete could not be run.Contact your support personnel or package vendor”
解決方法:
在命令提示符CMD上單擊右鍵,選擇管理員身份運行,
CMD跳轉進入到msi文件目錄,
運行msi文件,直接在命令行輸入文件名,“xxx.msi”,回車
CMD.exe位置:C:\Windows\System32\cmd.exe