Hi, I'm Robinson, and I’m happy to help you today.
I know how frustrating this may be for you but I'll do my very best to help you.
Try to enable and check the Windows Installer logs. Installer logging can be enabled by adding special parameters to the msiexec command in the command line.
1-Open the Command Prompt.
2-Run the following command: "C:\setup.exe" /v"/l*v LogFile.log", where "C:\setup.exe" is the path to the EXE installation file, and "LogFile.log" is the path to the file to be used to output the log file.
As you continue with the installation, make sure that LogFile.log has been created.
With the installer log, you should be able to see what is causing the error and preventing the installation.