I've noticed some software packages will not allow you to install and run software in a virtual environment. The error that comes back after running the program
says "This software does not support virtual machine installation."
Is there a way to spoof the virtual machine environment so that software does not know that being installed or running on a virtual machine?
I've noticed several other people have had the same type of question but never really a good answer.
There are many reasons to do this, one is to test software before deploying in a live/production environment, and for security purposes
Thanks,