Deploy Office 365 Pro plus using Office Deployment Tool
Deploy Office 365 Pro plus using Office Deployment Tool
Note: Applicable in Office 365 Pro plus, E3 and E4
- 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 config below:
<Configuration>
<Add SourcePath="C:\ODT" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<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>
4. 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
-END-