zoukankan      html  css  js  c++  java
  • [转]NET 3.5 Framework installation failed 解决办法

    原文地址:http://evx.spaces.live.com/Blog/cns!DCFA4EAFD475EE16!441.entry

    NET 3.5 Framework installation failed. MSI returned error code 1603

    When i finally got the Visual Studio 2008 I tried to install it but an error was always presented:

    "The following component failed to install: Microsoft .NET Framework 3.5"

    When i checked the error log this appears:

    "07/17/08,12:30:11] Microsoft .NET Framework 3.5: [2] Error code 1603 for this component means "Error grave durante la instalación. " [07/17/08,12:30:12] Microsoft .NET Framework 3.5: [2] Setup Failed on component Microsoft .NET Framework 3.5 [07/17/08,12:30:13] VS70pgui: [2] DepCheck indicates Microsoft .NET Framework 3.5 is not installed.


    Then I tried to install the framework directly from microsoft and about the 70% the error was presented.

    The erro log looked liked this :

    [07/17/08,14:27:27] Microsoft .NET Framework 2.0a: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a. MSI returned error code 1603
    [07/17/08,14:29:13] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.
    [07/17/08,16:44:01] Microsoft .NET Framework 2.0a: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a. MSI returned error code 1603
    [07/17/08,16:45:48] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.

    This seems weird for me because i already had installed the Framework 2.0.


    searching in he web,  I found that in order to install framework 3.5 I need to have installed the frameworks 2.0 SP1 and framework 3.0 SP1.

    In order to perform a clean uninstall of the framework 2.0 I used this application : http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip.

    Then i downloaded both frameworks from microsoft

    Framework 2.0 SP1: http://www.microsoft.com/Downloads/details.aspx?familyid=79BC3B77-E02C-4AD3-AACF-A7633F706BA5&displaylang=es

    Framework 3.0 SP1: http://www.microsoft.com/downloads/details.aspx?FamilyID=EC2CA85D-B255-4425-9E65-1E88A0BDB72A&displaylang=en


    Once done this, the installation could be performed withouth incidents.

  • 相关阅读:
    记录时间开销的好处
    jQuery实现轮播图效果
    读《论证是一门学问》
    sqrt.java
    关于perl:Fatal: failed to find source perl5db.pl for epic_breakpoints.pm解决方法
    JAVA基础——对象与引用概念(转载)
    对百度搜索看法的转变
    C输出格式——转载
    Java static关键字与静态块
    简单js实现弹出登陆框div层,背景变暗不可操作
  • 原文地址:https://www.cnblogs.com/qkhh/p/1351196.html
Copyright © 2011-2022 走看看