This document provides you with the steps required to deploy Microsoft Project 2016 to multiple computers using Endpoint Central.
Table of Content
Before you deploy the software application, ensure that the computers to which you deploy Microsoft Project 2016 meet the system requirements prescribed by Microsoft. Refer to this link for more details.
Download the Office Deployment Tool from the Microsoft website and store it in a network share/local computer. Network share is recommended if you want to deploy the tool to computers within the network. HTTP upload is recommended if you want to deploy the tool to computers in a remote location.
Note: The network share containing the Office Deployment Tool should have read permissions for the 'Everyone' group and should be accessible from all the computers to which you are trying to install.
To extract the downloaded Office Deployment Tool via command line, open the command prompt and run the following command
<File Path> \<officedeploymenttool.exe> /extract:"<File Path>\Destination Folder" /quiet
Note:
Ensure that you enter the correct office deployment executable file name and the file path at the command prompt before extracting the package. You can know the file name by viewing the details, before downloading the package from the website.
Create a file named 'Config.xml' in the extracted folder and then make the following changes in the file as given below:
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="ProjectProXVolume">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>
If you want to add Product Key while deploying the product, then edit the 'Config.xml' file as given below:
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="ProjectProXVolume" PIDKEY="#####-#####-#####-#####-#####">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>
setup.exe /download <config.xml>
Enter the following Installation Command with Switches/Arguments from the table given below:
Content | Network Share Upload | HTTP Upload |
|---|---|---|
| Installation Command | "<Share Path>\setup.exe" /configure "<Share Path>\config.xml" | setup.exe /configure <config.xml> |
| Example | "\\computer_name\DCSWRepository\Project2016\setup.exe" /configure "\\computer_name\DCSWRepository\Project2016\config.xml" | setup.exe /configure config.xml |
You've successfully deployed the Microsoft Project 2016 application using Endpoint Central