This document provides you the steps required to deploy Microsoft Project 2019 to multiple computers using Endpoint Central.
Before you deploy the software application, ensure that the computers to which you deploy Microsoft Project 2019 meet the system requirements prescribed by Microsoft. Refer to https://www.microsoft.com/en-us/download/details.aspx?id=49117 for more details.
To deploy Microsoft Project 2019, follow the steps given below:
Download Microsoft Office 2019 tool from the Microsoft website (https://www.microsoft.com/en-us/download/details.aspx?id=49117) and store in the network share. Network share is recommended only if you wanted to deploy the software to computers within the network. If you wanted to deploy Microsoft Office to computers located in a remote location, you can use HTTP upload.
Note: The network share should have read permissions to Everyone group and should be accessible from all the computers to which you are trying to install.
To extract the downloaded package, navigate to the command prompt and run this command - <File Path>\officedeploymenttool_6612-6352.exe /extract:<File Path>\Destination Folder /quiet
Note: Ensure that you enter the correct file name 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'. Open this file from the extracted folder and then make the following changes in the file as given below:
<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly">
<Product ID="ProjectPro2019Volume">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" Channel="Monthly" />
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
Note: For Standard edition, change the product ID to <Product ID="ProjectStd2019Volume">
If you want to add the product key while deploying the product, then edit the 'Config.xml' as shown below:
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="ProjectPro2019Volume" PIDKEY="#####-#####-#####-#####-#####">
<Language ID="en-us" />
</Product>
</Add>
</Updates Enabled="TRUE" />
</Display Level="None" AcceptEULA="TRUE" />
</Logging Level="Standard" Path="%temp%" />
</Configuration>
After downloading the package, you can deploy it through Endpoint Central.
You have deployed Microsoft Project 2019 successfully.