Pokud potřebujete spustit vSphere clienta pod Windows 7 RC musíte udělat pár uprav (bohužel).
- Je potřeba získat soubor system.dll z adresáře %SystemRoot%\Microsoft.NET\Framework\v2.0.50727, ale nesmí to být ze systému Windows 7 !
- Vytvořte si adresář %ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib a do něj soubor nakopírujte.
- V souboru VpxClient.exe.config přidejte do sekce Configuration
<runtime>
<developmentMode developerInstallation=“true“/>
</runtime> - Vytvořte BAT soubor
SET DEVPATH=%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
„%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe“ - a je to
