如何在Win7中使用vSphere Client
1. 在安装了.NET 3.5 SP1的机器中拷贝%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\System.dll 该文件到Win7或者在该网站下载
http://storage.the408.com/infinitedisorder/System.dll
2. 打开vSphere Client的安装目录(C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\),创建一个文件夹。例如"lib"
3. 将System.dll文件拷贝至该目录当中
4. 返回vSphere Client安装目录,用文本编辑器打开VpxClient.exe.config.添加以下红色字体内容:
<?xml version=”1.0″ encoding=”utf-8″?>
<configuration>

<runtime>
<developmentMode developerInstallation= "true"/>
</runtime>
</configuration>
5. 打开系统的环境变量窗口在用户变量中新建用户变量输入以下内容:
变量名为:DEVPATH
变量值:C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\lib