Office Online Server (OOS)
Office Online Server unattended setup Scenario: 1) you need to install Office Online Server as a part of process (Powershell script or DSC configuration) 2) you cannot use system (C:) drive. I.e. OOS must be installed on, e.g. D: drive Solution: use “config.xml”. Config.xml example: <Configuration> <Logging Type=”verbose” Path=”d:\tmp” Template=”OOServerSetup(*).log”/> <Display Level=”none” CompletionNotice=”no” /> <INSTALLLOCATION Value=”d:\Program […]