Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想静默安装 MSI 文件。
/qn和/quiet作为msiexec.exe的参数有什么区别?
没有区别。/q(x) 自从 MSI 的初始版本以来就存在,/quiet 后来在 MSI 3.0 中添加(大概是为了让用户更容易理解。)
命令行选项(所有版本)
标准安装程序命令行选项(MSI 3.0+)
/安静的 注意等效的 Windows 安装程序命令行选项是 /qn。
/安静的
注意等效的 Windows 安装程序命令行选项是 /qn。