I am using Visual Studio 2010 for Phone Express to develop Windows Phone 7 apps. Unfortunately, it does not come installed with Nuget Manager. So based on the content at this site, I downloaded the VSIX installer for Visual Studio 2010 for Phone Express from this link
Unfortunately, the installer fails with error
I am posting the relevant section of the install Log.
14-04-2015 18:38:22 - Supported Products :
14-04-2015 18:38:22 - Microsoft.VisualStudio.Pro
14-04-2015 18:38:22 - Version : [10.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.Pro
14-04-2015 18:38:22 - Version : [11.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.IntegratedShell
14-04-2015 18:38:22 - Version : [10.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.IntegratedShell
14-04-2015 18:38:22 - Version : [11.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.VPDExpress
14-04-2015 18:38:22 - Version : [10.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.VPDExpress
14-04-2015 18:38:22 - Version : [11.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.VWDExpress
14-04-2015 18:38:22 - Version : [11.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.VSWinExpress
14-04-2015 18:38:22 - Version : [11.0]
14-04-2015 18:38:22 - Microsoft.VisualStudio.VSWinDesktopExpress
14-04-2015 18:38:22 - Version : [11.0]
14-04-2015 18:38:22 -
14-04-2015 18:38:22 - References :
14-04-2015 18:38:22 -
14-04-2015 18:38:22 - Searching for applicable products...
14-04-2015 18:38:22 - Found installed product - Microsoft Visual Studio 2010 Express for Windows Phone
14-04-2015 18:38:22 - Found installed product - Microsoft Visual Studio Community 2013
14-04-2015 18:38:22 - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated)
14-04-2015 18:38:22 - Found installed product - Global Location
14-04-2015 18:38:22 - Found installed product - ssms
14-04-2015 18:38:22 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.App.InitializeInstall()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
As can be seen from logs, it does discover the Visual Studio Phone Developer 2010 Express, but still aborts the installation of the extension.
Can anyone please help me out with the installation of Nuget Manager on Visual Studio 2010 Express for Phone