ryanromanowski
Posts: 1
Joined: Thu Nov 21, 2024 5:46 pm

.NET 9 Prereqs

Hi.

When will all .NET 9 prereqs be something I can automatically include with my installer? Or is there a work around to include it now even though it's not showing in the Advanced Installer UI?
Catalin
Posts: 7664
Joined: Wed Jun 13, 2018 7:49 am

Re: .NET 9 Prereqs

Hello and welcome to our forums,

I have added this on our TODO list of improvements and it should be available in a future version of Advanced Instlaler.

Thank you for bringing this to our attention!

In the meantime, please note that you can add the prerequisite manually in Advanced Instlaler.

The only thing we have to figure out is the install condition (you can see the predefined we use for NET 8 and try to adjust that for NET 9).

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Catalin
Posts: 7664
Joined: Wed Jun 13, 2018 7:49 am

Re: .NET 9 Prereqs

Hello,

This improvement has been added in version 22.3 of Advanced Installer.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Salcido
Posts: 1
Joined: Tue Jan 14, 2025 4:08 am

Re: .NET 9 Prereqs

I've encountered an issue with the installer where it incorrectly checks for any type of ".NET 9," which isn't the right behavior. For instance, my app specifically depends on ".NET Desktop Runtime 9.0," but if the user has only the ".NET Runtime 9.0" installed, the installer condition still passes. These two packages are entirely different, so the installer should specifically check for the "Desktop" version to ensure compatibility.
Catalin
Posts: 7664
Joined: Wed Jun 13, 2018 7:49 am

Re: .NET 9 Prereqs

Hello and welcome to our forums,

I've checked the install conditions of both .NET Runtime and .NET Desktop Runtime and their conditions are different.

Here's the condition for .NET Runtime 9.0:
Screenshot_216.png
Screenshot_216.png (11.12 KiB) Viewed 30156 times

and here is the condition for .NET Desktop Runtime 9.0:
Screenshot_217.png
Screenshot_217.png (9.38 KiB) Viewed 30156 times

The condition for .NET Desktop Runtime is not met when .NET Runtime is installed:
Screenshot_218.png
Screenshot_218.png (33.64 KiB) Viewed 30156 times

and therefore the prerequisite is installed just fine.

That being said, please make sure the prerequisite is not already installed on the machine.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Feature Requests”