Deployment • Admin

Deploy Windows & Office

Pick the right Windows build or craft an Office configuration. Clean, fast, predictable.

Windows downloads

Choose a Windows build, then select a language to get direct download links.

Please wait… processing.

Office: build your config

Use the Office Customization Tool to define products, languages, channel, and app preferences. Export the XML and keep it with ODT.

  • Select Microsoft 365 Apps or LTSC products
  • Pick architectures and languages
  • Set update channel, display level, app exclusions

Reference: OCT overview

Office: download & install with ODT

Place setup.exe from ODT next to your configuration. Then download and configure.

setup.exe /download config.xml
setup.exe /configure config.xml

Reference: ODT overviewXML schema

Example: Microsoft Office 2024 LTSC Professional Plus

Minimal config: English, accept EULA, auto-activate.

<Configuration>
  <Add OfficeClientEdition="64" Channel="PerpetualVL2024">
    <Product ID="ProPlus2024Volume" PIDKEY="XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB">
      <Language ID="en-us"/>
      <ExcludeApp ID="Lync"/>
    </Product>
  </Add>
  <Display Level="None" AcceptEULA="TRUE"/>
  <Property Name="AUTOACTIVATE" Value="1"/>
</Configuration>