Skip to content

Commit

Permalink
Renamed to version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Oct 10, 2017
1 parent a55b00e commit 761d3f3
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 34 deletions.
1 change: 1 addition & 0 deletions dumpsmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
0x10/16 0x08/08 Q ptr Internal VMware routine
0x18/24 0x30/48 48B byte Data
"""
"""

from __future__ import print_function
import struct
Expand Down
2 changes: 1 addition & 1 deletion esxi-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion esxi-uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gettools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lnx-install.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lnx-uninstall.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lnx-update-tools.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion local-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion osx-install.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion osx-uninstall.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
22 changes: 4 additions & 18 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
macOS Unlocker for VMware V2.0
macOS Unlocker for VMware V2.1
==============================

+-----------------------------------------------------------------------------+
Expand All @@ -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:

Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion win-install.cmd
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion win-test-install.cmd
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion win-uninstall.cmd
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions win-update-tools.cmd
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 761d3f3

Please sign in to comment.