Microsoft Office LTSC Pro Plus 2021 sample student installation xml

The configuration file is suitable for organisations with an internal KMS server. Importation of the Office LTSC Professional Plus 2021 KMS key would be required.

This configuration excludes OneNote, Skype for Business & Onedrive for Business.

The Generic Volume License Key (GVLK) used is only for Office LTSC Professional Plus 2021.

Some configuration settings included don’t apply to Office LTSC 2021, such as SharedComputerLicensing and SCLCacheOverride.

The only issue I experienced with this configuration was the language ID. The installation failed when trying to use en-gb, this was the same issue as Office 2019.

<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
<Product ID="ProPlus2021Volume" PIDKEY="FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH">
<Language ID="MatchOS" Fallback="en-us" />
<ExcludeApp ID="Groove"/>
<ExcludeApp ID="Lync"/>
<ExcludeApp ID="OneDrive"/>
<ExcludeApp ID="OneNote"/>
<ExcludeApp ID="Teams"/>
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="0" />
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<Property Name="SCLCacheOverride" Value="0" />
<Property Name="AUTOACTIVATE" Value="1" />
<Updates Enabled="TRUE" />
<RemoveMSI />
<Remove All="TRUE" />
<AppSettings>
<Setup Name="Company" Value="My School or Business Name" />
</AppSettings>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>