mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-27 16:04:38 +02:00
Executables created and update scripts 2.0.9.
This commit is contained in:
parent
e2b1fe2d85
commit
d1eec2af84
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -5,5 +5,9 @@
|
|||||||
# Declare files that will always have CRLF line endings on checkout.
|
# Declare files that will always have CRLF line endings on checkout.
|
||||||
*.cmd text eol=crlf
|
*.cmd text eol=crlf
|
||||||
|
|
||||||
# Declare files that will always have CRLF line endings on checkout.
|
# Declare files that will always have LF line endings on checkout.
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
|
*.py text eol=lf
|
||||||
|
|
||||||
|
# Declare files that are binary on checkout.
|
||||||
|
*.exe binary
|
BIN
dumpsmc.exe
BIN
dumpsmc.exe
Binary file not shown.
BIN
gettools.exe
BIN
gettools.exe
Binary file not shown.
@ -31,7 +31,7 @@ python2 ./unlocker.py
|
|||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python2 gettools.py
|
python2 gettools.py
|
||||||
cp ./tools/darwin.* /usr/lib/vmware/isoimages/
|
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
||||||
|
|
||||||
echo Finished!
|
echo Finished!
|
||||||
|
|
||||||
|
@ -27,6 +27,6 @@ fi
|
|||||||
echo Removing backup files...
|
echo Removing backup files...
|
||||||
rm -rf ./backup
|
rm -rf ./backup
|
||||||
rm -rf ./tools
|
rm -rf ./tools
|
||||||
rm -f /usr/lib/vmware/isoimages/darwin.*
|
rm -f /usr/lib/vmware/isoimages/darwin*.*
|
||||||
|
|
||||||
echo Finished!
|
echo Finished!
|
||||||
|
@ -16,7 +16,7 @@ fi
|
|||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python2 gettools.py
|
python2 gettools.py
|
||||||
cp ./tools/darwin.* /usr/lib/vmware/isoimages/
|
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
||||||
|
|
||||||
echo Finished!
|
echo Finished!
|
||||||
|
|
||||||
|
BIN
unlocker.exe
BIN
unlocker.exe
Binary file not shown.
@ -38,7 +38,7 @@ unlocker.exe
|
|||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
gettools.exe
|
gettools.exe
|
||||||
xcopy /F /Y .\tools\darwin.* "%InstallPath%"
|
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
|
||||||
|
|
||||||
echo Starting VMware services...
|
echo Starting VMware services...
|
||||||
net start VMUSBArbService > NUL 2>&1
|
net start VMUSBArbService > NUL 2>&1
|
||||||
|
@ -38,7 +38,7 @@ python unlocker.py
|
|||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python gettools.py
|
python gettools.py
|
||||||
xcopy /F /Y .\tools\darwin.* "%InstallPath%"
|
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
|
||||||
|
|
||||||
echo Starting VMware services...
|
echo Starting VMware services...
|
||||||
net start VMUSBArbService > NUL 2>&1
|
net start VMUSBArbService > NUL 2>&1
|
||||||
|
@ -31,7 +31,7 @@ taskkill /F /IM vmware-tray.exe > NUL 2>&1
|
|||||||
echo Restoring files...
|
echo Restoring files...
|
||||||
xcopy /F /Y .\backup\x64\*.* "%InstallPath%x64\"
|
xcopy /F /Y .\backup\x64\*.* "%InstallPath%x64\"
|
||||||
xcopy /F /Y .\backup\*.* "%InstallPath%"
|
xcopy /F /Y .\backup\*.* "%InstallPath%"
|
||||||
del /f "%InstallPath%"darwin.*
|
del /f "%InstallPath%"darwin*.*
|
||||||
|
|
||||||
echo Removing backup files...
|
echo Removing backup files...
|
||||||
rd /s /q .\backup > NUL 2>&1
|
rd /s /q .\backup > NUL 2>&1
|
||||||
|
@ -19,7 +19,7 @@ echo VMware is installed at: %InstallPath%
|
|||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
gettools.exe
|
gettools.exe
|
||||||
xcopy /F /Y .\tools\darwin.* "%InstallPath%"
|
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user