Reputation: 122600
I am trying to download the Windows Azure SDK 1.4.
The Web Platform Installer pops up, and I choose "add" for "Windows Azure Tools for Microsoft Visual Studio 2010 - August 2011". I click "accept" to the terms, and the installer downloads and tries to install the sdk.
I then get a message: "We're sorry. The following products have failed to install.", then lists everything I tried to download. It says that "this product cannot be installed because product that it depends on did not install successfully."
Any idea what the problem could be?
Upvotes: 0
Views: 380
Reputation: 1527
Try to download the msi without the platform installer to skip the dependencies. http://www.microsoft.com/en-us/download/details.aspx?id=28045
Upvotes: 0
Reputation: 9384
I had a similar issue.
To get around it I started uninstalling the previous versions of everything it was trying to install. The installer worked after I'd unistalled the Visual Studio tool kit and the Azure SDK.
Fortunately when you rerun the WPI it doesn't try to re-download the files.
Upvotes: 0