
Hi @María Santos,
Microsoft only provide the latest version of product for the trial version, you can only download Project Plan 1 and Plan 3 try free for one month:
I suggest you use the ODT to download the Project Standard 2019, then you can use the product for 7 days free.
Download the ODT from this link: https://www.microsoft.com/en-us/download/details.aspx?id=49117
The Project Standard 2019 product ID is: ProjectStd2019Retail
You can refer to this article: https://learn.microsoft.com/en-us/microsoft-365/troubleshoot/installation/product-ids-supported-office-deployment-click-to-run
Follow these steps to help you install the Project Standard 2019:
- Download ODT and extract files to one folder, such as the folder called "ODT".
- Prepare the configuration file (.xml), change the configuration-Office365-x64.xml name to Project.xml and edit the file in Notepad, copy the configuration content to the Project.xml file:
<Configuration>
<Add OfficeClientEdition="64" >
<Product ID="ProjectStd2019Retail" >
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
- Run Command Prompt as Administrator, enter
cd
command to locate to "ODT" folder:cd C:\Users\Administrator\Desktop\ODT
- Enter
setup.exe /configure Project.xml
to install Project Standard 2019:
Hope it's hlepful.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.