diff --git a/dumpsmc.exe b/dumpsmc.exe index c1abcc1..29d127b 100755 Binary files a/dumpsmc.exe and b/dumpsmc.exe differ diff --git a/gettools.exe b/gettools.exe index 067f8ac..e25ef17 100755 Binary files a/gettools.exe and b/gettools.exe differ diff --git a/lnx-install.sh b/lnx-install.sh index 3c8b748..1204f41 100755 --- a/lnx-install.sh +++ b/lnx-install.sh @@ -1,9 +1,9 @@ #!/bin/bash set -e -echo VMware Unlocker 2.1.1 -echo =============================== -echo Copyright: Dave Parsons 2011-17 +echo Unlocker 3.0.0 for VMware Workstation +echo ===================================== +echo (c) Dave Parsons 2011-18 # Ensure we only use unmodified commands export PATH=/bin:/sbin:/usr/bin:/usr/sbin diff --git a/lnx-uninstall.sh b/lnx-uninstall.sh index a513180..69297fc 100755 --- a/lnx-uninstall.sh +++ b/lnx-uninstall.sh @@ -1,9 +1,9 @@ #!/bin/bash set -e -echo VMware Unlocker 2.1.1 -echo =============================== -echo Copyright: Dave Parsons 2011-17 +echo Unlocker 3.0.0 for VMware Workstation +echo ===================================== +echo (C) Dave Parsons 2011-18 # Ensure we only use unmodified commands export PATH=/bin:/sbin:/usr/bin:/usr/sbin diff --git a/lnx-update-tools.sh b/lnx-update-tools.sh index 3fe9857..cb65f4c 100755 --- a/lnx-update-tools.sh +++ b/lnx-update-tools.sh @@ -1,9 +1,9 @@ #!/bin/bash set -e -echo VMware Get OS X Tools 2.1.1 +echo Get macOS VMware Tools 3.0.0 echo =============================== -echo Copyright: Dave Parsons 2015-16 +echo Copyright: Dave Parsons 2015-18 # Ensure we only use unmodified commands export PATH=/bin:/sbin:/usr/bin:/usr/sbin diff --git a/unlocker.exe b/unlocker.exe index d5de277..6ee0c60 100755 Binary files a/unlocker.exe and b/unlocker.exe differ diff --git a/win-install.cmd b/win-install.cmd index d4a463c..7c4f020 100644 --- a/win-install.cmd +++ b/win-install.cmd @@ -1,8 +1,8 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Unlocker 2.1.1 -echo ======================== -echo (c) Dave Parsons 2011-17 +echo Unlocker 3.0.0 for VMware Workstation +echo ===================================== +echo Copyright: Dave Parsons 2011-18 net session >NUL 2>&1 if %errorlevel% neq 0 ( diff --git a/win-test-install.cmd b/win-test-install.cmd index 64d7f3d..c7b6add 100644 --- a/win-test-install.cmd +++ b/win-test-install.cmd @@ -1,8 +1,8 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Unlocker 2.1.1 -echo ======================== -echo (c) Dave Parsons 2011-17 +echo Unlocker 3.0.0 for VMware Workstation +echo ===================================== +echo Copyright: Dave Parsons 2011-18 net session >NUL 2>&1 if %errorlevel% neq 0 ( diff --git a/win-uninstall.cmd b/win-uninstall.cmd index 352c9c8..95288bc 100644 --- a/win-uninstall.cmd +++ b/win-uninstall.cmd @@ -1,8 +1,8 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Unlocker 2.1.1 -echo ======================== -echo (c) Dave Parsons 2011-17 +echo Unlocker 3.0.0 for VMware Workstation +echo ===================================== +echo Copyright: Dave Parsons 2011-18 net session >NUL 2>&1 if %errorlevel% neq 0 ( diff --git a/win-update-tools.cmd b/win-update-tools.cmd index a0a2a41..e3853d9 100644 --- a/win-update-tools.cmd +++ b/win-update-tools.cmd @@ -1,8 +1,8 @@ @echo off setlocal ENABLEEXTENSIONS -echo VMware Get macOS Tools 2.1.1 -echo ============================= -echo (c) Dave Parsons 2015-17 +echo Get macOS VMware Tools 3.0.0 +echo =============================== +echo Copyright: Dave Parsons 2015-18 net session >NUL 2>&1 if %errorlevel% neq 0 (