Our products require the .NET framework 4.8 to run; this is usually installed on Windows 10 and 11; it may be missing on your PC. To check if it is installed, do the following:
Using Command Prompt (Reg Query)
Open Command Prompt (Win + R, type cmd, and press Enter).
Run the following command:
reg query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" /v Version
If .NET Framework 4.8 is installed, you will see an output like:
If the version number starts with 4.8, then .NET Framework 4.8 is installed.