Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Hii,
If the license you are trying to use is LTSC, in this case you will need to uninstall office and you will need the .xml file to generate the LTSC installation.
In this case, you will need to extract the files from the office offline img and place the configuration .xml file and run the office installation with prompt on command (admin) in the folder where you extracted office 2021.
Here is an example of the xml file to install office 2021 ltsc.
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
<Product ID="ProPlus2021Volume">
<Language ID="en-us" />
<ExcludeApp ID="Lync" />
</Product>
</Add>
<Remove All="True" />
<!-- <RemoveMSI All="True" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
You will open the on commando prompt (Admin) in the folder where you extracted it and run the command: setup.exe /configure configurationx64.xml.
After installation, open an office application > files > accounts > change product key and enter the key you have.
Give feedback if the information was useful or not.
Thanks