I'm building an MSI installer using Advanced Installer and I need to check before installation starts whether both of the following are present :
.NET 8 Desktop Runtime (x64)
ASP.NET Core Runtime 8 (x64)
Requirements:
The check must occur before any files are copied
If either runtime is ...
FOLLOW US