Windows – Visual Studio 2010 fails to install with “Error occurred during setup”

64-bitinstallationvisual studio 2010visual-studio-2008windows 7

I'm trying to install Visual Studio 2010 on Windows 7 64-bit and I keep getting following screen:

Error occurred during setup - Setup could not install the following component: Microsoft Visual Studio 2010 Express Prerequisites x64 etc.

I tried to install also Visual Studio 2008 with similar result. I'm starting to think it might be caused by some problems with my Windows Installer. Any idea what could it be?

Best Answer

We had same problem. And we found the reason. The .iso we downloaded from MS site was downloaded with errors.

We downloaded it again with different downloading tool. New .iso installed correctly. And these .iso files appeared to have different checksums.

The info you got from log seems to confirm my thoughts: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package.

Try to download the VS2010 .iso image again.

Related Question