diff --git a/dumpsmc.py b/dumpsmc.py index cce5ca2..eadcc04 100755 --- a/dumpsmc.py +++ b/dumpsmc.py @@ -40,6 +40,7 @@ Offset Length Struct Type Description 0x10/16 0x08/08 Q ptr Internal VMware routine 0x18/24 0x30/48 48B byte Data """ +""" from __future__ import print_function import struct diff --git a/esxi-install.sh b/esxi-install.sh index bd25f75..6e53796 100755 --- a/esxi-install.sh +++ b/esxi-install.sh @@ -2,7 +2,7 @@ set -e #set -x -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/esxi-uninstall.sh b/esxi-uninstall.sh index 9c2db64..753e1d2 100755 --- a/esxi-uninstall.sh +++ b/esxi-uninstall.sh @@ -2,7 +2,7 @@ set -e #set -x -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/gettools.py b/gettools.py index 9260900..3c3bebf 100755 --- a/gettools.py +++ b/gettools.py @@ -2,7 +2,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2016 Dave Parsons +Copyright (c) 2015-2017 Dave Parsons Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal diff --git a/lnx-install.sh b/lnx-install.sh index 32a1ea0..adb812a 100755 --- a/lnx-install.sh +++ b/lnx-install.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/lnx-uninstall.sh b/lnx-uninstall.sh index 44dc892..e44f099 100755 --- a/lnx-uninstall.sh +++ b/lnx-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/lnx-update-tools.sh b/lnx-update-tools.sh index b167a7c..52558cd 100755 --- a/lnx-update-tools.sh +++ b/lnx-update-tools.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo VMware Get OS X Tools 2.0.9 +echo VMware Get OS X Tools 2.1.0 echo =============================== echo Copyright: Dave Parsons 2015-16 diff --git a/local-prefix.sh b/local-prefix.sh index 07fa890..2476135 100755 --- a/local-prefix.sh +++ b/local-prefix.sh @@ -2,7 +2,7 @@ set -e set -x -echo VMware ESXi 6.x Unlocker 2.0.9 +echo VMware ESXi 6.x Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/local.sh b/local.sh index 19b2f16..112d853 100755 --- a/local.sh +++ b/local.sh @@ -2,7 +2,7 @@ set -e set -x -echo VMware ESXi 6.x Unlocker 2.0.9 +echo VMware ESXi 6.x Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/osx-install.sh b/osx-install.sh index 27226d6..dce2c41 100755 --- a/osx-install.sh +++ b/osx-install.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/osx-uninstall.sh b/osx-uninstall.sh index 5409d71..28fc157 100755 --- a/osx-uninstall.sh +++ b/osx-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo =============================== echo Copyright: Dave Parsons 2011-17 diff --git a/readme.txt b/readme.txt index b190bb3..913f0c8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -macOS Unlocker for VMware V2.0 +macOS Unlocker for VMware V2.1 ============================== +-----------------------------------------------------------------------------+ @@ -16,7 +16,8 @@ macOS Unlocker for VMware V2.0 Unlocker 2 is designed for Workstation 11/12/14, Player 7/12/14, ESXi 6.5 and Fusion 7/8/10. -If you are using an earlier product please continue using Unlocker 1 +If you are using an earlier product please continue using Unlocker 1 and use +Unlcoker 2.0 for ESXi 6.0 Version 2 has been tested against: @@ -148,22 +149,7 @@ modified the unlocker code to run on Python 3 in the ESXi 6.5 environment. History ------- -12/12/14 2.0.0 - First release -13/13/14 2.0.1 - Removed need for Python for Windows -13/13/14 2.0.2 - darwin.iso was missing from zip file -02/01/15 2.0.3 - Added EFI firmware files to remove Server check - - Refactored Python code -07/01/15 2.0.4 - Added View USB Service to Windows batch files - - Fixed broken GOS Table patching on Linux -18/06/15 2.0.5 - ESXi 6 working - - Latest tools from Fusion 7.1.2 -20/06/15 2.0.6 - ESXi 6 patch for smcPresent vCenter compatibility -16/09/15 2.0.7 - Workstation 12 on Linux fixes -14/11/15 2.0.8 - Player 12 on Linux fixes - - Get latest VMware tools command - - Removed firmware files - - Moved to PyInstaller 3.0 -05/10/17 2.0.9 - New version to support ESXi 6.5, Workstation/Player 14 and Fusion 10 +10/10/17 2.1.0 - New version to support ESXi 6.5, Workstation/Player 14 and Fusion 10 - Removed support for ESXi 6.0 - Added ESXi boot option to disable unlocker (nounlocker) diff --git a/win-install.cmd b/win-install.cmd index 49a6e93..ca9694d 100644 --- a/win-install.cmd +++ b/win-install.cmd @@ -1,6 +1,6 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo ======================== echo (c) Dave Parsons 2011-17 diff --git a/win-test-install.cmd b/win-test-install.cmd index 25ee595..536c9c1 100644 --- a/win-test-install.cmd +++ b/win-test-install.cmd @@ -1,6 +1,6 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo ======================== echo (c) Dave Parsons 2011-17 diff --git a/win-uninstall.cmd b/win-uninstall.cmd index 7617e48..c372372 100644 --- a/win-uninstall.cmd +++ b/win-uninstall.cmd @@ -1,6 +1,6 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Unlocker 2.0.9 +echo VMware Unlocker 2.1.0 echo ======================== echo (c) Dave Parsons 2011-17 diff --git a/win-update-tools.cmd b/win-update-tools.cmd index f050890..76d18f9 100644 --- a/win-update-tools.cmd +++ b/win-update-tools.cmd @@ -1,8 +1,8 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Get OS X Tools 2.0.9 -echo =========================== -echo (c) Dave Parsons 2015-16 +echo VMware Get macOS Tools 2.1.0 +echo ===========================++ +echo (c) Dave Parsons 2015-17 net session >NUL 2>&1 if %errorlevel% neq 0 (