Is there a .Net Core 3.1.6, 3.1.10 or 3.1.10 Dependency Module available?
Announcement
Collapse
No announcement yet.
Is there a .Net Core 3.1.6+ Dependency Module available
Collapse
X
-
I have dependency for MSI Factory, from which I could take the detection code and construct a version for Setup Factory. Exactly which version do you need of the .NET Core 3.1? There are three packages, each of them for 32-bit and 64-bit runtimes:- .NET Runtime 3.1.12
- .NET Desktop Runtime 3.1.12
- ASP.NET Core Runtime 3.1.12
-
Please tell me which one of the three packages you need. They are all found on the same ".NET Core 3.1" download page. The scripts need to be tailored to exactly the version you require, you cannot simply change the installer to be executed later if the dependency does not match the runtime installer it was built for. Please visit the link I posted and reply with the exact runtime name. I suspect you need the "Desktop" runtime, as the first is only for console applications, and the third is for IIS apps, but I have no means to know.
Ulrich
Comment
-
Comment