etc.
Whatever I tired Workstation did not show removable drives in the drop down menu.
3. I uninstalled Workstation pro entirely using Revo Uninstaller (that means, after the default uninstall: 300+ registry keys and 29 folders with 277 files)
reboot and installed.
5. "Removable drives" item still doesn't show up.
Original Message:
Sent: Dec 31, 2024 02:12 AM
From: Dhairya Tomar
Subject: Is there an easier way to install an update?
thewul Request you to recreate the issue and share vminst and vmmsi logs from this location-
C:\Users\<username>\AppData\Local\Temp
In the meantime can you try below and let us know if issue persists-
1. Clean Uninstall Workstation Pro:
a) Uninstall WS Pro/Player.
b) Go to this location - C:\ProgramData\VMware and delete the folders for VMware Workstation and VMware Player.
c) Go to this location - C:\Users\dtomar\AppData\Roaming\VMware and delete all the files inside
d) Go to this location - C:\Program Files (x86)\VMware and delete the folders for VMware Workstation and VMware Player.
2. Please stop related services if any by "sc stop serviceName" in cmd with administrative with priviledge
sc stop VMUSBArbService
sc stop hcmon
sc stop vmusb
3. Remove drivers:
del C:\Windows\System32\drivers\hcmon.sys
del C:\Windows\System32\drivers\vmusb.sys
remove hcmon, vmusb from here C:\Windows\System32\DRVSTORE
4. Remove registry related to WS Pro:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc." /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc." /f
5.
a.Stop 'VMware USB Arbitration service' from services.msc if running.
b.Delete below registry entries for
i."VMUSBArbService from "Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VMUSBArbService"
ii."Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vmusb"
c.Delete same entries from CurrentControlSet001 if any.
6. Delete usb folders from "C:\Program Files (x86)\Common Files\VMware\USB"
7. Delete hcmon and vmusb from C:\Program Files\Common Files\VMware\Drivers\hcmon & C:\Program Files\Common
Files\VMware\Drivers\vmusb
8. Reboot your system and install WS Pro.
Original Message:
Sent: Dec 30, 2024 07:24 AM
From: thewul
Subject: Is there an easier way to install an update?
At launch Workstation Pro reported an update (17.6.2) was available and offered to install it.
Clicked OK.
Setup is downloaded and started.
1. at the "Welcome to the VMware Workstation Pro setup Wizard" click [Next]
2. Error: "Stop the following process or processes to enable the installation to continue: vmware-vmx.exe, vmware.exe"
How???
3. Went into the taskmanager and 'killed' VMware Workstation there
4. Again clicked [Next] in the setup wizard
5. Error: "Stop the following process or processes to enable the installation to continue: vmware-vmx.exe"
6. Went into Task Manager > tab details and ended the process vmware-vmx.exe"
7. Started setup
8. Upgrade
9. Somewhere at the end Error again "Service 'VMware Authorization Service' (VMAuthdService) could not be installed..."
clicked [Ignore]
10. setup finalized.
Rebooted PC
launched VMware
11. Error:
VMware Workstation cannot connect to the virtual
machine. Make sure you have rights to run the
program, access all directories the program uses,
and access all directories for temporary files.
The VMware Authorization Service is not running.
12. Run a batch file that inclued
sc config VMAuthdService start= demand
net start VMAuthdService
Now it seems to work fine.
Q: Is there an easier way?
Likely I shouldn't not allow Workstation to upgrade/update but download the update manually.
However, I did so and still ran into this vmware-vmx.exe issue.
Seems the installer does not stop these services (?)
Thanks!