Sorry, I don't know anything more about the internals of the installer, so can't be of more help there. <ignore> I hate to say this, but when that has happened to me in the past, I uninstalled by br...
See more...
Sorry, I don't know anything more about the internals of the installer, so can't be of more help there. <ignore> I hate to say this, but when that has happened to me in the past, I uninstalled by brute force. I basically searched for all the locations where there were vmware files, and manually deleted them. As I didn't know how to tell where the files were, I searched for any files with expressions like `# find / -iname "*vm*" 2>/dev/null` and then noted directories, etc. and forcibly deleted them being very careful to avoid removing unrelated files, configuration files, and the VM's themselves. If I wasn't sure, I moved or renamed them in a way that I'd not forget how to put them back if something broke. Clearly, its more complicated than one command; I can't say I recommend this as it is easy to break a system. I was able to do it, and have a couple of times over the years. In my case, it was a personal system, so playing fast and loose wasn't really a huge risk; I keep my data on separate disks from the OS.</ignore>