Office 365 Business: Office Deployment Tool
Applies to:
Applicable in Office 365 Business and Business Premium
Steps
Download Office Deployment tool at https://www.microsoft.com/en-ph/download/details.aspx?id=36778
Extract Office Deployment tool in folder C:\ODT
Edit configuration.xml file and use configuration below:
<Configuration> <Add SourcePath="C:\ODT" OfficeClientEdition="32" > <Product ID="O365BusinessRetail"> <Language ID="en-us" /> </Product> </Add> <Updates Enabled="TRUE" UpdatePath="C:\ODT" /> <Display Level="FULL" AcceptEULA="TRUE" /> <Logging Path="%temp%" /> <Property Name="AUTOACTIVATE" Value="1" /> </Configuration>
Download 1GB Office installer package (1-3 hours), Run command prompt as administrator and run:
C:\ODT\setup.exe /download configuration.xml
Install Office: copy the ODT folder to C:\ on any pc where you want to install Office and run:
C:\ODT\setup.exe /configure configuration.xml