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
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

View File

@ -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

View File

@ -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

Binary file not shown.

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (