Version 3.0.0

This commit is contained in:
Dave Parsons 2018-10-01 19:44:09 +01:00
parent 4266222be9
commit c457c84c72
10 changed files with 20 additions and 20 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo VMware Unlocker 2.1.1 echo Unlocker 3.0.0 for VMware Workstation
echo =============================== echo =====================================
echo Copyright: Dave Parsons 2011-17 echo (c) Dave Parsons 2011-18
# Ensure we only use unmodified commands # Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo VMware Unlocker 2.1.1 echo Unlocker 3.0.0 for VMware Workstation
echo =============================== echo =====================================
echo Copyright: Dave Parsons 2011-17 echo (C) Dave Parsons 2011-18
# Ensure we only use unmodified commands # Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo VMware Get OS X Tools 2.1.1 echo Get macOS VMware Tools 3.0.0
echo =============================== echo ===============================
echo Copyright: Dave Parsons 2015-16 echo Copyright: Dave Parsons 2015-18
# Ensure we only use unmodified commands # Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin

Binary file not shown.

View File

@ -1,8 +1,8 @@
@echo off @echo off
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo VMware Unlocker 2.1.1 echo Unlocker 3.0.0 for VMware Workstation
echo ======================== echo =====================================
echo (c) Dave Parsons 2011-17 echo Copyright: Dave Parsons 2011-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (

View File

@ -1,8 +1,8 @@
@echo off @echo off
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo VMware Unlocker 2.1.1 echo Unlocker 3.0.0 for VMware Workstation
echo ======================== echo =====================================
echo (c) Dave Parsons 2011-17 echo Copyright: Dave Parsons 2011-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (

View File

@ -1,8 +1,8 @@
@echo off @echo off
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo VMware Unlocker 2.1.1 echo Unlocker 3.0.0 for VMware Workstation
echo ======================== echo =====================================
echo (c) Dave Parsons 2011-17 echo Copyright: Dave Parsons 2011-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (

View File

@ -1,8 +1,8 @@
@echo off @echo off
setlocal ENABLEEXTENSIONS setlocal ENABLEEXTENSIONS
echo VMware Get macOS Tools 2.1.1 echo Get macOS VMware Tools 3.0.0
echo ============================= echo ===============================
echo (c) Dave Parsons 2015-17 echo Copyright: Dave Parsons 2015-18
net session >NUL 2>&1 net session >NUL 2>&1
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (