<Configuration ID="install-office365-online">
  <Info Description="Office Business Std - Online Install" />

  <Add OfficeClientEdition="64" Channel="MonthlyEnterprise">
    <Product ID="O365BusinessRetail">
      <Language ID="cs-cz" />
      <Language ID="en-us" />

      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="Bing" />
    </Product>
  </Add>

  <Updates Enabled="TRUE" />
  <RemoveMSI />

  <AppSettings>
    <User Key="software\microsoft\office\16.0\excel\options"
          Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" />
    <User Key="software\microsoft\office\16.0\powerpoint\options"
          Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" />
    <User Key="software\microsoft\office\16.0\word\options"
          Name="defaultformat" Value="12" Type="REG_DWORD" App="word16" Id="L_SaveWordfilesas" />
    <User Key="software\microsoft\office\16.0\common\general"
          Name="shownfirstrunoptin" Value="1" Type="REG_DWORD" App="office16" Id="L_DisableOptin" />
  </AppSettings>

  <Display Level="None" AcceptEULA="TRUE" />
</Configuration>