VMware Workstation macOS
Go to file
Paolo 3fb15d6994
Merge pull request #14 from robertapengelly/master
Updated urls for latest VMware and VMware Tools
2023-04-19 14:39:24 +02:00
.gitattributes Fixed CR/LF for .txt file 2018-10-21 19:39:59 +01:00
.gitignore Remove exe from .gitignore 2018-10-10 10:43:44 +01:00
LICENSE Pre-release updates for 3.0.0. 2018-09-29 10:21:28 +02:00
darwin.md Miscellaneous changes to tidy up code. 2017-12-07 15:31:16 +00:00
dumpsmc.py Miscellaneous changes to tidy up code. 2017-12-07 15:31:16 +00:00
gettools.py Updated urls for latest VMware and VMware Tools 2023-02-03 12:42:11 +00:00
lnx-install.sh fixed linux python script to call python3, removed binaries, changed windows batch files to call the installed python distribution. use the release to run with a bundled python distribution 2022-02-13 13:26:22 +01:00
lnx-uninstall.sh Updated version in printed messages to 3.0.2 2018-10-10 10:23:34 +01:00
lnx-update-tools.sh fixed linux python script to call python3, removed binaries, changed windows batch files to call the installed python distribution. use the release to run with a bundled python distribution 2022-02-13 13:26:22 +01:00
readme.txt Update readme.txt 2020-08-13 20:30:52 +02:00
test-unlocker.py Miscellaneous changes to tidy up code. 2017-12-07 15:31:16 +00:00
unlocker.py Applied @mkitchingh patch to unlocker.py and updated gettools.py to look into core com.vmware.fusion.zip if tools are not found. Rebuilt unlocker.exe and gettools.exe 2020-08-13 20:30:39 +02:00
win-build.cmd Final changes for 2.0.9! 2017-10-09 18:37:30 +01:00
win-install.cmd fixed linux python script to call python3, removed binaries, changed windows batch files to call the installed python distribution. use the release to run with a bundled python distribution 2022-02-13 13:26:22 +01:00
win-test-install.cmd Windows commands fixed to work with Player plus cosmetic changes to output. 2018-10-20 17:29:27 +01:00
win-uninstall.cmd Windows commands fixed to work with Player plus cosmetic changes to output. 2018-10-20 17:29:27 +01:00
win-update-tools.cmd fixed linux python script to call python3, removed binaries, changed windows batch files to call the installed python distribution. use the release to run with a bundled python distribution 2022-02-13 13:26:22 +01:00

readme.txt

macOS Unlocker V3.0 for VMware Workstation
==========================================

**************************************************************
************************* READ HERE: *************************

WINDOWS USERS: Get the tool from the Releases section, you will get a bundled python distribution that avoids the virus warnings and python not found etc.

LINUX USERS: No bundled python for you, but make sure you have python 3.0+ installed. If you have errors like "Python not supported" but you have python installed, change the lines inside of lnx-install.sh from 'python xxxxxxx.py' to 'python3.7 xxxxxxx.py' (if you have python 3.7 installed, otherwise try python3 or other stuff)

**************************************************************
**************************************************************

+-----------------------------------------------------------------------------+
| IMPORTANT:                                                                  |
| ==========                                                                  |
|                                                                             |
| Always uninstall the previous version of the Unlocker before using a new    |
| version. Failure to do this could render VMware unusable.                   |
|                                                                             |
+-----------------------------------------------------------------------------+

1. Introduction
---------------

Unlocker 3 is designed for VMware Workstation 11-15 and Player 7-15.

If you are using an earlier product please continue using Unlocker 1.

Version 3 has been tested against:

* Workstation 11/12/14/15 on Windows and Linux
* Workstation Player 7/12/14/15 on Windows and Linux

The patch code carries out the following modifications dependent on the product
being patched:

* Fix vmware-vmx and derivatives to allow macOS to boot
* Fix vmwarebase .dll or .so to allow Apple to be selected during VM creation
* Download a copy of the latest VMware Tools for macOS

Note that not all products recognise the darwin.iso via install tools menu item.
You will have to manually mount the darwin.iso for example on Workstation 11 and Player 7.

In all cases make sure VMware is not running, and any background guests have
been shutdown.

The code is written in Python.

2. Prerequisites
----------------

The code requires Python 2.7 to work. Most Linux distros ship with a compatible
Python interpreter and should work without requiring any additional software.

Windows Unlocker has a packaged version of the Python script using PyInstaller, 
and so does not require Python to be installed.

3. Limitations
--------------

If you are using VMware Player or Workstation on Windows you may get a core dump.

Latest Linux products are OK and do not show this problem.

+-----------------------------------------------------------------------------+
| IMPORTANT:                                                                  |
| ==========                                                                  |
|                                                                             |
| If you create a new VM VMware may stop and create a core dump.              |
| There are two options to work around this issue:                            |
|                                                                             |
| 1. Change the VM to be HW 10 - this does not affect performance.            |
| 2. Edit the VMX file and add:                                               |
|    smc.version = "0"                                                        |
|                                                                             |
+-----------------------------------------------------------------------------+

4. Windows
----------
On Windows you will need to either run cmd.exe as Administrator or using
Explorer right click on the command file and select "Run as administrator".

win-install.cmd   - patches VMware
win-uninstall.cmd - restores VMware
win-update-tools.cmd - retrieves latest macOS guest tools

5. Linux
---------
On Linux you will need to be either root or use sudo to run the scripts.

You may need to ensure the Linux scripts have execute permissions
by running chmod +x against the 2 files.

lnx-install.sh   - patches VMware
lnx-uninstall.sh - restores VMware
lnx-update-tools.sh - retrieves latest macOS guest tools
   
6. Thanks
---------

Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife
(MSoK) for all the testing and support.

Thanks also to Sam B for finding the solution for ESXi 6 and helping me with
debugging expertise. Sam also wrote the code for patching ESXi ELF files and
modified the unlocker code to run on Python 3 in the ESXi 6.5 environment.


History
-------
27/09/18 3.0.0 - First release
02/10/18 3.0.1 - Fixed gettools.py to work with Python 3 and correctly download darwinPre15.iso
10/10/18 3.0.2 - Fixed false positives from anti-virus software with Windows executables
               - Allow Python 2 and 3 to run the Python code from Bash scripts


(c) 2011-2018 Dave Parsons