Project 2019 Professional Retail – Installation Guide (ODT)
1. Download the Office Deployment Tool
- Go to: Microsoft ODT Download
- Download and run the ODT executable to extract files to C:\ODT.
- Tip: Keep ODT in a short path like C:\ODT to avoid path length issues.
2. Create the Configuration File
Save the following content as configuration.xml in C:\ODT:
<Configuration>
<Add OfficeClientEdition="64">
<Product ID="ProjectPro2019Retail">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>
If you need the 32-bit version, change OfficeClientEdition to 32.
3. Run ODT Commands
- Open Command Prompt as Administrator.
- Navigate to your ODT folder:
cd /d C:\ODT
- Run the installation using your configuration file:
setup.exe /configure configuration.xml
4. Verify Installation & Activate
- After installation, launch Project 2019 Professional from the Start Menu.
- Confirm the app opens correctly.
- Activate with your product key or sign in with your Microsoft account when prompted.