I'm on Apple Silicon and in Parallels 11 I have an application installer that requires Visual C++ x86 and x64. I have installed both but the x64 redistributable is never found, I guess because ARM64 is installed instead. Is there any way to get the installer to see that the dependencies are actually there?
installed both but the x64 redistributable is never found, I guess because ARM64 is installed instead. Is there any way to get the installer to see that the dependencies are actually there