Attempting to install the VS 2010 Extension For Relector on my Windows XP machine fails.
Running the new installer just fails with the error code from Windows Installer of 1603.
Runnning the VSIX from the Visual Studio Gallery gives me the following.
31/07/2012 13:54:42 - Microsoft Visual Studio Extension Installer
31/07/2012 13:54:42 - -------------------------------------------
31/07/2012 13:54:42 - Initializing Install...
31/07/2012 13:54:42 - Extension Details...
31/07/2012 13:54:42 - Identifier : 04e215d3-4dfd-4ae4-b72c-d5ef91dc603b
31/07/2012 13:54:42 - Name : .NET Reflector Visual Studio Extension
31/07/2012 13:54:42 - Author : Red Gate Software Ltd
31/07/2012 13:54:42 - Version : 7.6.0.808
31/07/2012 13:54:42 - Description : Integrates .NET Reflector into Visual Studio to allow you to seamlessly debug into third-party code and assemblies, even if you don't have the source code for them.
Visit www.reflector.net for more information.
Copyright (c) 2009-2012 Red Gate Software Inc.
31/07/2012 13:54:42 - Locale : en-US
31/07/2012 13:54:42 - MoreInfoURL : http://www.reflector.net/
31/07/2012 13:54:42 - InstalledByMSI : False
31/07/2012 13:54:42 - MinFramework : 4.0
31/07/2012 13:54:42 - MaxFramework : 4.0
31/07/2012 13:54:42 -
31/07/2012 13:54:42 - Supported Visual Studio Editions :
31/07/2012 13:54:42 - Version : 10.0
31/07/2012 13:54:42 - Ultimate
31/07/2012 13:54:42 - Premium
31/07/2012 13:54:42 - Pro
31/07/2012 13:54:42 - Version : 11.0
31/07/2012 13:54:42 - Ultimate
31/07/2012 13:54:42 - Premium
31/07/2012 13:54:42 - Pro
31/07/2012 13:54:42 -
31/07/2012 13:54:42 - Supported Isolated Shells :
31/07/2012 13:54:42 -
31/07/2012 13:54:42 - References :
31/07/2012 13:54:42 - -------------------------------------------------------
31/07/2012 13:54:42 - Identifier : Microsoft.VisualStudio.MPF
31/07/2012 13:54:42 - Name : Visual Studio MPF
31/07/2012 13:54:42 - MinVersion : 10.0
31/07/2012 13:54:42 - MaxVersion :
31/07/2012 13:54:42 - MoreInfoURL :
31/07/2012 13:54:42 - Nested : No
31/07/2012 13:54:42 -
31/07/2012 13:54:42 -
31/07/2012 13:54:42 - Searching for applicable products...
31/07/2012 13:54:42 - Found installed product - Microsoft Visual Studio 2010 Ultimate
31/07/2012 13:54:42 - The extension with ID '04e215d3-4dfd-4ae4-b72c-d5ef91dc603b' is not installed to Microsoft Visual Studio 2010 Ultimate.
31/07/2012 13:54:42 - Found installed product - Microsoft Visual Studio 2010 Premium
31/07/2012 13:55:42 - The following target products have been selected...
31/07/2012 13:55:42 - Microsoft Visual Studio 2010 Ultimate
31/07/2012 13:55:42 -
31/07/2012 13:55:42 - Beginning to install extension to Microsoft Visual Studio 2010 Ultimate...
31/07/2012 13:55:42 - Install Error : System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.BeginInstall(IInstallableExtension installableExtension, Boolean perMachine, AsyncOperation asyncOp)
at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallWorker(IInstallableExtension extension, Boolean perMachine, AsyncOperation asyncOp)
It appears that the user data folder being generated for the installation path is too long for Windows XP machines. The path displayed in the installer is shown below, and appears to be truncated.
"C:\Documents and Settings\XXXXXXXXX\Local Settings\Application Data\Red Gate\.NET Reflector\Visual Studio Extension Inst"
Running the new installer just fails with the error code from Windows Installer of 1603.
Runnning the VSIX from the Visual Studio Gallery gives me the following.
It appears that the user data folder being generated for the installation path is too long for Windows XP machines. The path displayed in the installer is shown below, and appears to be truncated.
"C:\Documents and Settings\XXXXXXXXX\Local Settings\Application Data\Red Gate\.NET Reflector\Visual Studio Extension Inst"