When running the tool on Windows 10, it seems to execute everything well until it reaches getting the VMware Tools. The following text is an extract fro the "win-install.cmd".
Getting VMware Tools...
Traceback (most recent call last):
File "gettools.py", line 70, in
class MyURLopener(urllib.FancyURLopener):
AttributeError: module 'urllib' has no attribute 'FancyURLopener'
[10084] Failed to execute script gettools
File not found - darwin.
0 File(s) copied
P.S.
I downloaded the darwin files into a folder "FTools-11.5" and edited "win-install.cmd" where I removed the lines:
:: gettools.exe
:: xcopy /F /Y .\tools\darwin. "%InstallPath%"
and added the lines:
echo Copying Fusion Tools v11.5 to the installation path...
xcopy /F /Y .\FTools-11.5\darwin. "%InstallPath%"
When running the tool on Windows 10, it seems to execute everything well until it reaches getting the VMware Tools. The following text is an extract fro the "win-install.cmd".
Getting VMware Tools... Traceback (most recent call last): File "gettools.py", line 70, in
class MyURLopener(urllib.FancyURLopener):
AttributeError: module 'urllib' has no attribute 'FancyURLopener'
[10084] Failed to execute script gettools
File not found - darwin.
0 File(s) copied
P.S. I downloaded the darwin files into a folder "FTools-11.5" and edited "win-install.cmd" where I removed the lines: :: gettools.exe :: xcopy /F /Y .\tools\darwin. "%InstallPath%"
and added the lines: echo Copying Fusion Tools v11.5 to the installation path... xcopy /F /Y .\FTools-11.5\darwin. "%InstallPath%"