I'm still having this issue with 17.6.1. I found a few commands to get me a little but further, but I still can't successfully boot a VM and ssh into it in the build pipeline with packer (or vagrant). I think the issue is that I'm in a full CLI environment so I never launch the GUI to "select a license" (either pro or free). When I try to do it manually on a remote machine with X11 forwarded, I get asked:
Authentication is needed to run `/usr/lib/vmware/bin/vmware-setup-helper' as the super user
Authenticating as: root
but when I type in the password it always fails. I've tried several times, even copying and pasting the plaintext password and it never passes.
In my build script, i have:
sudo touch /etc/vmware/license-ws-foo
sudo vmware-modconfig --console --install-all
sudo modprobe -a vmw_vmci vmmon
those are all after the regular install script. I can't get past this bug. I can't find any options for `/usr/lib/vmware/bin/vmware-setup-helper` that will show me how to use it on the cli to get past the license screen and run the actual product.