Do you know how to install Microsoft Command Line Utilities 11 for SQL Server in Quiet mode (/quiet) and moreover how to accept the license terms to do so?
msiexec /i MsSqlCmdLnUtils.msi /qn {IACCEPTLICENSETERMS ????}
In the same way as I accepted
MSODBCSQLLICENSETERMS
for msodbcsql.msi
Thank you