After examining the properties of the web-page (which was rendered in IE), I found that the installer initially places a number of files in the default temporary folder in order to display the installer's graphical interface. From browsing to the temp folder, you would also discover that it keeps installation logs there.
Anyway, the problem ended up being related to these two lines in the log:
Code:
INFO CBootstrapCmd::InitializePackageManager: SearchPaths [...\Downloads\]
INFO CHtmlUI::SetHtmlFile: Navigating from '' to 'C:\Users\...\AppData\Local\Temp\vmware_...\index.htm'This creates an issue if you have a file "index.htm" in the same folder as the place you run the install from (in this case my Downloads folder). For some reason it seems the installer searches for the file in this folder first before using the supplied path.
So if you're having trouble installing VMWare, and it looks similar to this:
![[Image: vmware_setup.jpg]](http://sites.google.com/site/sudhost/vmware_setup.jpg)
Rather than this:
![[Image: vmware_setup_rl.jpg]](http://sites.google.com/site/sudhost/vmware_setup_rl.jpg)
You might try relocating your install file, or deleting the file named "index.htm" in the same directory as the install.
Alternately, VMWare could fix their installer.











