Forum Discussion
Shanell Evans
Feb 18, 2017Copper Contributor
Office 365 Deployment Tool Configuration / Error
Hello. I am a current student at the University of Southern Indiana. I would like to take advantage of the tools and resources that are available here. The university offers Office 365 Pro Plus Re...
Nitin Gupta
Feb 18, 2017Copper Contributor
I am assuming you are downloading the office setup from the internet for the first time.
Download the configuration tool on the external drive you want to install office 365, then open the cmd and go to the same location where you have downloaded the configuration file and office deployment tool.
Use the following format of the configuration file
<Configuration>
<Add OfficeClientEdition="32" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Current" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
and then run the following command
setup /download configuration.xml
setup /configure configuration.xml
Download the configuration tool on the external drive you want to install office 365, then open the cmd and go to the same location where you have downloaded the configuration file and office deployment tool.
Use the following format of the configuration file
<Configuration>
<Add OfficeClientEdition="32" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Current" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
and then run the following command
setup /download configuration.xml
setup /configure configuration.xml