MSIEXEC what is the difference between qn and quiet

前端 未结 1 1721
孤街浪徒
孤街浪徒 2021-01-11 10:16

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

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

相关标签:
1条回答
  • 2021-01-11 10:57

    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.

    0 讨论(0)
提交回复
热议问题