zappbrannigan
Posts: 16
Joined: Tue Jan 21, 2020 5:15 pm

Prerequisites - Registry value contains version not accepting value

Wed Jan 12, 2022 7:36 pm

I'm trying to detect if .net 4.8 is installed and the top way MS says to detect is looking at registry value
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
Subkey Release
Value = greater than 528040

Advanced installer wont let me enter the 528040 number though I can enter all except the 0 and I get an error must use integers 0 to 9 for some reason.
The registry key is hex number but that hex number isn't accepted in this field at all, just a decimal value.

What am I doing wrong?

Thanks!
Zapp

Catalin
Posts: 6542
Joined: Wed Jun 13, 2018 7:49 am

Re: Prerequisites - Registry value contains version not accepting value

Thu Jan 13, 2022 12:41 pm

Hello Zapp,

Please note that Advanced Installer offers .NET Framework 4.8 as a predefined prerequisite.

All you need to do is go to "Prerequisites" page and add it from the list.

Here would be the search performed:
RegSearchNET.png
RegSearchNET.png (20.2KiB)Viewed 1468 times

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

Return to “Common Problems”