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