What you need
1. the file ‘system.dll’ from a non-Windows 7 PC / Server with .NET 3.5 SP1 installed ...
System.dll can be found here : WINDOWS\Microsoft.NET\Framework\v2.0.50727\system.dll
2. Create folder ‘lib’ under C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher (or 32 Bit without the x86 part).
So the system.dll location is now C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib\System.dll
3. Change the VpxClient.exe.config
In C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe.config
Add
<runtime>
<developmentMode developerInstallation="true"/>
</runtime>
To the end of the file before </configuration>
4. Now either create a batch file to start the client
@echo Off
SET DEVPATH=C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
"C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"
Or
5. Add the path to system variables (needed a reboot for some reason), then you can just double click the icon.
Variable Name : DEVPATH
Variable Value : C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
Flipping hell ...