Wednesday, December 14, 2011

vCenter Server Installation On Windows 7


Warning: This hacking is not supported by VMware !!!
1. extract iso image of vCenter (e.g. in 7zip or in WinRar) to any folder in destination machine
2. Download the Msi Editor application for editing msi file and install
3. run this application and open file …\vpx\VMware vCenter Server.msi
4. in Tables click on item “LaunchCondition”
5. on the right find row with text:
“Installed Or (VersionNT>=501 And VersionNT < 600) Or (VersionNT = 600 And MsiNTProductType <> 1) Or (VersionNT = 601 And MsiNTProductType = 3)”
and modify it to:
“Installed Or (VersionNT>=501) Or (VersionNT = 600 And MsiNTProductType <> 1) Or (VersionNT = 601 And MsiNTProductType = 3)”
after that save and close
6. download 64-bit verison of Microsoft AD LDS (new name for ADAM) from:
Windows Vista:
Windows 7:
and install
7. run ..\autorun.exe to install vCenter
Cheers

3 comments:

  1. Useful Info... Thanks very much...

    ReplyDelete
  2. Thank you very much for this info - it saved me a ton of time...

    ReplyDelete