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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions win-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ xcopy /F /Y "%InstallPath%vmwarebase.dll" .\backup\

echo.
echo Patching...
python unlocker.py
.\python\python.exe unlocker.py

echo.
echo Getting VMware Tools...
python gettools.py
.\python\python.exe gettools.py
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"

echo.
Expand Down
4 changes: 2 additions & 2 deletions win-test-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ xcopy /F /Y "%InstallPath%vmwarebase.dll" .\backup\

echo.
echo Patching...
python unlocker.py
.\python\python.exe unlocker.py

echo.
echo Getting VMware Tools...
python gettools.py
.\python\python.exe gettools.py
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"

echo.
Expand Down
2 changes: 1 addition & 1 deletion win-update-tools.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

.\python\python.exe gettools.py
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"

popd
Expand Down