Here’s a detailed write-up on obtaining and using an (now generally referred to as Microsoft 365 Apps for enterprise/business).
Create a file named configuration.xml in the same folder. Below is a sample for 64-bit Office 365 with core apps (Word, Excel, PowerPoint, Outlook): offline installer office 365
To download and install the Office 365 offline installer, follow these steps: Here’s a detailed write-up on obtaining and using
Go to Microsoft's account services page and log in with your associated Microsoft account. Select Install: Find your subscription and click Install . Add OfficeClientEdition="64" Channel="Current">
The system requirements for Office 365 offline installer are:
<Configuration> <Add OfficeClientEdition="64" Channel="Current"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="OneDrive" /> <ExcludeApp ID="Teams" /> <ExcludeApp ID="OneNote" /> </Product> </Add> </Configuration>