Skip to content

How to install dutch version of Microsoft 365 Apps for enterprise with winget #1876

Answered by jedieaston
Macleykun asked this question in General
Discussion options

You must be logged in to vote

You can't do it with the existing manifest (which was created as a hackathon project at MS), but if you create a config file yourself (https://config.office.com/deploymentsettings), you can use it with the winget package:

winget install -s winget Microsoft.Office --custom "/configure <path to configuration file>"

An example config file for you would be:

<Configuration ID="bff6cc33-b2e6-471d-949d-faf53f4d08c1">
  <Add OfficeClientEdition="64" Channel="Current">
    <Product ID="O365ProPlusRetail">
      <Language ID="nl-nl" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="Lync" />
    </Product>
  </Add>
  <Updates Enabled="TRUE" />
  <RemoveMSI />
</Configuration>

Save that as a…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Macleykun
Comment options

Answer selected by Macleykun
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants