Windows – 无声安装MSI

前端之家收集整理的这篇文章主要介绍了Windows – 无声安装MSI前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
静默安装MSI文件的命令行是什么?
Standard Installer Command-Line Options

/quiet

安静的显示选项.

安装程序在不显示用户界面的情况下运行安装.

例子:

msiexec /package Application.msi /quiet
msiexec /uninstall Application.msi /quiet
msiexec /update msipatch.msp /quiet
msiexec /uninstall msipatch.msp /package Application.msi / quiet

注意等效的Windows Installer命令行选项是/ qn.

msiexec

运行此命令以查找有关安装选项的更多信息.

原文链接:https://www.f2er.com/windows/368999.html

猜你在找的Windows相关文章