When you are running the Virtual Machine MKS Client on a system that never visited Web Access than the MKS Client won’t start. This problem is caused by the absence of the ActiveX Control that is used by the MKS Client. I created a workaround for this problem. Download vmware-mks.cab, unpack the files, right click the quickmksax.inf and choose install. After this short procedure the Virtual Machine MKS Client will function correctly.









Basically create a file with the following and put it in the same dir as the .cab file. Then open the html file with IE and install:
vmware-mks.html follows:
[html]
[body]
[object id='mks' classid='CLSID:DC7D77DA-E1AC-4D40-930B-B87B2954E034' codebase="vmware-mks.cab#version=2,0,1,0" width="100%" height="100%"][/object]
[/body]
[/html]
sorry about the square brackets otherwise I couldn't submit the comment
Thanks for posting your code for the html file, that work for me as well.
Regards,
Carlos
1. Downloaded and unpacked vmware-mks to vmware-mks folder
2. created vmware-mks.html file using notepad (don't use MS word)
3. Opened command prompt, cd to the unpacked vmware-mks folder and registered ActiveX dll
ex. C:\downloads\workshare Jul2009\vmware-mks>regsvr32 quickMksAx.dll
4. Then double clicked on teh vmware-mks.html file, allowed contect and that was it, worked.
note: I did add our https address to the console to the local intranet sites in IE.
note: Got this working in both IE7 and IE8 (initially it crashed IE 8, then I restarted, added to Local Intranet sites, and it worked fine)
Cheers,
-Dave