MSIEXEC what is the difference between qn and quiet

久未见 提交于 2019-12-09 02:27:49

问题


I want to make a silent installation of an MSI file.

What is the difference between /qn and /quiet as parameters to msiexec.exe?


回答1:


There is no difference. /q(x) existed since the initial versions of MSI and /quiet was added later in MSI 3.0 (Presumably to make it easier to understand by users.)

Command-Line Options (All Versions)

Standard Installer Command-Line Options (MSI 3.0+)

/quiet

Note The equivalent Windows Installer Command-Line Option is /qn.



来源:https://stackoverflow.com/questions/17450330/msiexec-what-is-the-difference-between-qn-and-quiet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!