-
Notifications
You must be signed in to change notification settings - Fork 160
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
ISO path in vmtools has changed #24
Comments
The |
Thanks, so maybe change the default to overwrite darwin.iso if exist? |
But it already overwrite the exist one if you download the tools again. See the |
Fixes #24. ISO path in vmtools has changed.
hi, also there are no mentioned files > win-install.cmd, win-uninstall.cmd and win-update-tools.cmd. i run vmware player pro on win11... is there some fix / or how to get the tools and install them? also there is darwin15.iso ...no clue whats that one. thanks |
Hi. This is the new path where the
Perhaps you are using the same zip file downloaded early. If you install the new release https://github.com/BDisp/unlocker/releases/tag/3.0.5 you will see the path was changed in the zip file.
See the README where are all explained.
Get the latest release here.
It's
You welcome. |
@BDisp hello, i extracted darwin.iso from http://softwareupdate.vmware.com/cds/vmw-desktop/fusion/12.2.4/20071091/x86/core/com.vmware.fusion.zip.tar but maybe http://softwareupdate.vmware.com/cds/vmw-desktop/fusion/12.2.5/20904517/x86/core/ here is the latest? Still inside macos display settings are not working properly... see screenshots from osx native; osx in vmware (second photo) thanks! |
No, the latest is http://softwareupdate.vmware.com/cds/vmw-desktop/fusion/13.0.0/20802013/arm64/core/com.vmware.fusion.zip.tar
There is no way to have a really osx on a virtual machine, of course. |
i assume you meant http://softwareupdate.vmware.com/cds/vmw-desktop/fusion/13.0.0/20802013/x86/core/ hm so this is common bug/issue? in that case its not usable ... as OS |
okay installed latest 13x tools , still same issue with the display... unknow - font is small... |
Did you already added |
@BDisp sure, that was added. i understand your concern. |
No problem. If somebody that had the same problem probably could help you. |
so seems noeone here?:( any idea where to report such an issue? |
The ISO for the current version is in:
payload/VMware Fusion.app/Contents/Library/isoimages/x86_x64/darwin.iso
and not in:
payload/VMware Fusion.app/Contents/Library/isoimages/darwin.iso
The
gettools.py
file needs to be updated in lines 148-149, 153-154Or, even better, check if there is a file in the current path, and if not check the
/x86_x64/
subfolder.Another suggestion, in the
win-install.cmd
, copy the iso files toC:\Program Files (x86)\VMware\VMware Workstation\
aftergettools.py
is done.The text was updated successfully, but these errors were encountered: