Level attribute in Microsoft365 configuration XML

Anandu Ramachandran 40 Reputation points
2024-12-20T10:31:49.1266667+00:00

I wanted to know what the level attribute in the display tag in the configuration xml i generated in the Office customization tool refers to

<Configuration ID="a85d8770-944a-492d-bce1-f7c2c71337a0">
  <Add OfficeClientEdition="64" Channel="SemiAnnualPreview" MigrateArch="TRUE">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-gb" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="Lync" />
    </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="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" />
  </AppSettings>
  <Display Level="Full" AcceptEULA="TRUE" />
</Configuration>
Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,375 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,217 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,366 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Emi Zhang-MSFT 26,606 Reputation points Microsoft Vendor
    2024-12-23T07:13:24.42+00:00

    Hi,

    Level attribute (part of Display element)

    Optional. Default is set to Full if not specified.

    If Level is set to None, Microsoft 365 Apps is installed with no user interface: no progress bars, completion screens, error messages, or other user interface are displayed.

    If Level is set to Full, Microsoft 365 Apps is installed with the normal installation experience.

    Allowed values:

    • Level="None"
    • Level="Full"

    https://zcusa.951200.xyz/en-us/microsoft-365-apps/deploy/office-deployment-tool-configuration-options#level-attribute-part-of-display-element

    Hope the information is helpful.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.