Chef 15 install on Windows Servers - Accept the Chef MLSA?

Attempting to create a silent install package for Windows servers. Here's my command line:

START /WAIT %SystemRoot%\system32\MsiExec.exe /qn /i %CHEFDIR%\chef-client-15.11.8-1-x64.msi ADDLOCAL="ChefClientFeature,ChefSchTaskFeature,ChefPSModuleFeature"

It pops up a cmd windows asking to accept licenses. What's the proper silent switch to accept the license on a Windows command line?

Thanks,
Ted

Hey Ted! Unfortunately, there's no flag to auto-accept the license, as it's been decided that the license needs to be accepted at execution, instead of install. This page has a lot more detail about license acceptance and such. Let us know if you have any other questions!