Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix path to python executable #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sangimed
Copy link

Fixes the following error when executing one of the windows scripts :

Getting VMware Tools...
'python' is not recognized as an internal or external command,
operable program or batch file.
File not found - darwin*.*
0 File(s) copied

@akamura
Copy link

akamura commented Oct 21, 2022

Hi @sangimed,
on line 51 of win-install.cmd:

REPLACE
python gettools.py

WITH
.\python\python.exe gettools.py

Run again and it works

@@ -18,7 +18,7 @@ for /F "tokens=2* delims= " %%A in ('REG QUERY %KeyName% /v InstallPath') do se
echo VMware is installed at: %InstallPath%

echo Getting VMware Tools...
python gettools.py
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<index.php>

fjfjiofveri0fjyejdenfuwisbvibfefhu fhwu9fn
fhe funv j fknv<>,wekwef ijvineehbirbnvhs vknwvwv jivbvhubnjbvhbv jwvnjkw vv 3rv njr vrn vjiv n vnje i vner vjervnr rv vjv rnvhe vvnrvn r3n ih. j. rvj

@andrew867
Copy link

There's a new issue that the latest Fusion doesn't include the darwin* files.

This version is the last which does:
https://softwareupdate.vmware.com/cds/vmw-desktop/fusion/12.2.5/20904517/x86/core/com.vmware.fusion.zip.tar

@BDisp
Copy link

BDisp commented Dec 7, 2024

Leave @paolo-projects in peace because he doesn't prioritize this repo anymore. If you're looking for an updated repo that is working try this version https://github.com/BDisp/unlocker/releases/tag/3.0.8.

@NitishAndola
Copy link

@BDisp I tried downloading the patched version (unlocker 3.0.8.zip), but my system flagged it as containing a virus and blocked the download.

Could you please verify if this is a false positive or clarify if there might be an issue with the file?

Screenshot 2024-12-23 181424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants