I been given an Office addin to deliver via SCCM that is in the format OfficeAddin.vsto and with it are all the dll, xml and manifest files it needs. Installing it manually is easy, just double-click and it will install. This is for a local install of Outlook 2016 on Windows 10 (1511).
However I need to deliver it silently to a group of users via SCCM. I'm guessing that I have to create an Application referencing an install.cmd file and run that, but I don't know what switches are needed. Can anyone help?