Microsoft Visual Studio 2005 Installation error Q319714

retkehing

Well-known member
Joined
Feb 5, 2006
Messages
153
Programming Experience
Beginner
I encountered the following installation error, may i know how to solve it? Thank you.

Setup Failed.
Use the following links to research the source of the failure:

There were errors during setup.
View error log
For information on known setup issues, see the Microsoft Visual Studio readme file, readme.htm, located at the root of the installation source.
For Knowledge Base articles on Visual Studio setup issues and solutions, see KB article 319714, HOW TO: Troubleshoot Visual Studio .NET Installation, at http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q319714.
To find help from other Visual Studio users, try the following newsgroups:
Visual Studio Setup
Microsoft Product Support
For details about this setup failure, see the setup log files.
 
Did you review the relevant error log and follow the directions in the provided Knowledge Base article?
 
I have read through the support information from the Microsoft site and however it didn't help to solve at all. I tried to disable all of the non Microsoft services and tried some of the major possibilites and the problem of installation still came out.

Apart from the first posted error message, below is the error message indicates which component has been succesfully installed and obviously nothing was installed and even the most important dependent or Microsoft.NET Framework 2.0 couldn't be installed.

The following component failed to install
Microsoft.NET Framework 2.0
The following component was not attempted
Microsoft Visual Studio 2005 Standard Edition - ENU

May i know how to resolve this problem? I need to get the installation done ASAP. Thank you.
 
Last edited:
Installation logs for the Framework itself listed in that webpage is:
Documents and Settings\UserName\Local Settings\Temp\dotNetfx.log and netfx.log
Did any of those log files have any useful information about the problem?
 
Below is the error log of my installation, anyone can help me to track some clues from it? Thank you.

[12/12/06,22:25:47] Microsoft .NET Framework 2.0: [2] Error code -2147023829 for this component means "The process terminated unexpectedly.
"
[12/12/06,22:25:48] Microsoft .NET Framework 2.0: [2] Component Microsoft .NET Framework 2.0 returned an unexpected value.
[12/12/06,22:25:48] Microsoft .NET Framework 2.0: [2] Return from system messaging: The process terminated unexpectedly.

[12/12/06,22:30:40] setup.exe: [2] ISetupComponent::pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023293.
[12/12/06,22:30:40] setup.exe: [2] Component error string not specified in ISetupManager::AddToActionResultCollection()
[12/12/06,22:30:49] VS70pgui: [2] DepCheck indicates Microsoft .NET Framework 2.0 is not installed.
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status forMSXML 6.0 Parser
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status forMicrosoft Document Explorer 2005
[12/12/06,22:30:49] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Standard Edition - ENU was not attempted to be installed.
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status for.NET Compact Framework 1.0 SP3
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status for.NET Compact Framework 2.0
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status forMicrosoft Visual J# 2.0 Redistributable Package
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status forSQL Server 2005 Mobile Edition
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status forMicrosoft Device Emulator version 1.0
[12/12/06,22:30:49] VS70pgui: [2] Unknown component status forMicrosoft SQL Server 2005 Express Edition x86
 
Hi, I have tried to install the windows installer from the URL you provided to me but it still didn't work. And when i executed the intallation of VB.NET, it stated that the windows installer has been installed. So may i know what are other possibile solutions which can solve this problem? Thank you.
 
You say the Installer is there, the error says Framework did not. Did you try to install the Framework separately (download from the redist page) before trying the Studio package again?
 
Thanks, it solved my problem. I downloaded Microsoft .NET Framework Version 2.0 Redistributable Package (x86) and installed it. After that, i executed the installation again and it worked fine.
 
Back
Top