Owner's manual

© 2014 Microsoft Page 109
Figure 5.9: Save As Type Drop Down Menu in Notepad.
7. Name the file download.xml and save it to the Office15 folder.
8. Open a Command Prompt or a PowerShell session.
9. Enter the following command to run setup.exe with the download instruction and specifying the download.xml
configuration file, then press Enter:
\\sp3proddeploy\office15\setup.exe /download
\\sp3proddeploy\office15\download.xml
10. When prompted, allow Microsoft Office ClicktoRun to run with administrative credentials.
The source files will be downloaded in the background and placed in the share specified by the download.xml
configuration file. The specific product to be downloaded is also set by this configuration file, specifying the Product ID
value of O365ProPlusRetail. If other products, such as Visio or Project, are required they can be specified with the
applicable product IDs.
Now that the source files are downloaded, the configuration for deployment of Office with MDT must be set using
another configuration.xml file. To do this, follow these steps:
1. Open Notepad and enter or copy the following.
<Configuration>
<Add OfficeClientEdition="32">
<Product ID="O365ProPlusRetail" >
<Language ID="en-us" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>