I assume that the prerequisites files that you’re looking for refer to .NET Runtime 6.0.2 (x86).
Microsoft Docs provides the official guide concerning this issue, entitled “How to check that .NET is already installed”.
In this article, “Check runtime versions” part could work for this.:
Type and run dotnet --list-runtimes
command in Command Prompt / Windows PowerShell / Windows Terminal to check where .NET Runtime has been installed. (The default installation path of .NET runtime is C:\program files\dotnet\shared\{runtime-type}\{version}\
.) ( (x86)
would be affixed to the program files
directory if it’s on a 32-bit system.)
If it’s already been installed in a certain directory path but still in error, go through [System Properties] - [Advanced] - [Environment Variables] to check whether the installation directory path of .NET is registered as an environment variable.