How do I install VMware Player (from a .bundle file)?
Open a terminal, cd to the directory where the file is and type
sudo sh *filename*.bundle
You can alternatively give execute privileges to the .bundle file. The execute it with root privileges.
chmod u+x filename.bundle
sudo ./filename.bundle