Skip to content

Commit b7df664

Browse files
committed
Update prerequisites
Studio Pro 11.6.3 and 11.7.0 onwards now requires .NET 10
1 parent c086233 commit b7df664

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

content/en/docs/refguide/installation/install.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ If you run into problems installing Studio Pro, one workaround is to restart you
4646

4747
The prerequisites are the following:
4848

49-
* [Microsoft .NET Desktop Runtime 8.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (Mendix recommends using version 8.0.10 or above)
49+
* Microsoft .NET Desktop Runtime
50+
51+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
52+
| --- | --- |
53+
| [.NET Desktop Runtime 8.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) <br/> Mendix recommends using version 8.0.10 or above | [.NET Desktop Runtime 10.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) <br/> Mendix recommends using version 10.0.0 or above |
5054

5155
* [Eclipse Temurin JDK 21 (x64 or ARM64)](https://adoptium.net/temurin/releases/?version=21)
5256

@@ -77,9 +81,13 @@ It is possible to prepare the prerequisite installers beforehand so the setup pr
7781
3. Create a folder in the same location where the Mendix Studio Pro installer was moved. Name this folder *Dependencies*.
7882
4. Download the prerequisites listed in the **[Troubleshooting](#troubleshooting)** section above and move them into the **Dependencies** folder.
7983
5. Rename the following dependencies:
80-
1. Microsoft .NET Desktop Runtime 8.0.x
81-
* On x64, rename *windowsdesktop-runtime-8.0.10-win-x64.exe* to *windowsdesktop-runtime-8.0-x64.exe*
82-
* On ARM64, rename *windowsdesktop-runtime-8.0.10-win-arm64.exe* to *windowsdesktop-runtime-8.0-arm64.exe*
84+
1. Microsoft .NET Desktop Runtime
85+
* For Studio Pro versions 11.0.0 through 11.6.2, rename the Microsoft .NET Desktop Runtime 8.0.x
86+
* On x64, rename *windowsdesktop-runtime-8.0.10-win-x64.exe* to *windowsdesktop-runtime-8.0-x64.exe*
87+
* On ARM64, rename *windowsdesktop-runtime-8.0.10-win-arm64.exe* to *windowsdesktop-runtime-8.0-arm64.exe*
88+
* For Studio Pro versions 11.6.3 and above, rename the Microsoft .NET Desktop Runtime 10.0.x
89+
* On x64, rename *windowsdesktop-runtime-10.0.0-win-x64.exe* to *windowsdesktop-runtime-10.0-x64.exe*
90+
* On ARM64, rename *windowsdesktop-runtime-10.0.0-win-arm64.exe* to *windowsdesktop-runtime-10.0-arm64.exe*
8391
2. Eclipse Temurin JDK
8492
* Rename the Java Development Kit 21 *msi*
8593
* On x64, rename *OpenJDK21U-jdk_x64_windows_hotspot_21.0.5_11.msi* to *adoptiumjdk_21_x64.msi*

0 commit comments

Comments
 (0)