The software doesn't want to install it says (see the picture below).
I have a powerful machine (Core i7, 8GB RAM SSD etc).
However it's and old one though so probably those new instruction sets are not supported.
What are my options? Is there any way to kind of emulate those IS?
71 Answer
You could try running it in the Intel Software Development Emulator, which can catch and dynamically translate attempts to perform AVX instructions (among many other extensions to the X86 architecture).
It may not work; if it does, it'll be slower and perhaps more unreliable than it should be. But it's worth a shot. Note that if the software checks CPUID, it may be necessary to use specific emulator flags.
It's unlikely to work if the software installs a driver because these are not part of the emulated process.