前端之家收集整理的这篇文章主要介绍了
Windows – 无声安装MSI,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@L_
502_0@
/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
运行此命令以查找有关安装选项的更多信息.