.Net Framework installation fatal error (0x80070643)

Page 1 of 2 12 LastLast

  1. Posts : 5
    Windows 7 64bit
       #1

    .Net Framework installation fatal error (0x80070643)


    Hello, recently I have been trying to install Visual Studio Community; this was the first time when I have noticed that the setup has failed due to .Net Framework. I have tried installing the required .Net Framework but that's when everything went wrong and now every time I try to install the .Net Framework, the setup fails with that error and crashes after finishing.

    Error Log:
    OS Version = 6.1.7601, Platform 2, Service Pack 1
    OS Description = Windows 7 - x64 Ultimate Edition Service Pack 1
    CommandLine = E:\0c311d917d8b42868e1935ba0c\\Setup.exe /x86 /x64
    TimeZone = GMT Daylight Time
    Initial LCID = 2057
    Using Simultaneous Download and Install mechanism
    Operation: Installing
    Package Name = Microsoft .NET Framework 4 Setup
    Package Version = 4.0.30319
    User Experience Data Collection Policy: AlwaysUploaded
    Number of applicable items: 11
    Exe (E:\0c311d917d8b42868e1935ba0c\SetupUtility.exe) succeeded.
    Exe Log File: dd_SetupUtility.txt
    ServiceControl operation succeeded!
    ServiceControl operation succeeded!
    Exe (E:\0c311d917d8b42868e1935ba0c\Windows6.1-KB958488-v6001-x64.msu) failed with 0x240006 - (null).
    Exe (E:\0c311d917d8b42868e1935ba0c\SetupUtility.exe) succeeded.
    Exe Log File: dd_SetupUtility.txt
    MSI (E:\0c311d917d8b42868e1935ba0c\netfx_Core_x64.msi) Installation failed. Msi Log: Microsoft .NET Framework 4 Setup_20150727_203002696-MSI_netfx_Core_x64.msi.txt
    Final Result: Installation failed with error code: (0x80070643), "Fatal error during installation. " (Elapsed time: 0 00:00:40).
      My Computer


  2. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #2
      My Computer


  3. Posts : 5
    Windows 7 64bit
    Thread Starter
       #3

    GokAy said:
    Yup, unfortunatelly it did not work. I have tried all three methods but none of them solved the problem.
      My Computer


  4. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #4

    Anything in "Microsoft .NET Framework 4 Setup_20150727_203002696-MSI_netfx_Core_x64.msi.txt"?

    Also run in elevated cmd (just in case):
    Code:
    sfc /scannow
      My Computer


  5. Posts : 5
    Windows 7 64bit
    Thread Starter
       #5

    GokAy said:
    Anything in "Microsoft .NET Framework 4 Setup_20150727_203002696-MSI_netfx_Core_x64.msi.txt"?

    Also run in elevated cmd (just in case):
    Code:
    sfc /scannow
    Yes, this is what is in the file:

    https://drive.google.com/file/d/0Bxw...FoZFhYQVE/view

    EDIT: Doing the CMD command right now, will update when it is done.

    EDIT2: Yes there are some corrupt files, will try fixing them on reboot.
      My Computer


  6. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #6

    Is the folder you are installing to encrypted? Does SYSTEM account has Full Control rights to the folder?

    See this one, have some steps you could try https://social.msdn.microsoft.com/Fo...rror-code-1603

    Try installing this one Download Microsoft .NET Framework 4 Client Profile (Standalone Installer) from Official Microsoft Download Center

    For sfc results: run in cmd:
    Code:
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >"%userprofile%\desktop\sfcdetails.txt"
    and attach the file here
      My Computer


  7. Posts : 5
    Windows 7 64bit
    Thread Starter
       #7

    GokAy said:
    Is the folder you are installing to encrypted? Does SYSTEM account has Full Control rights to the folder?

    See this one, have some steps you could try https://social.msdn.microsoft.com/Fo...rror-code-1603

    Try installing this one Download Microsoft .NET Framework 4 Client Profile (Standalone Installer) from Official Microsoft Download Center

    For sfc results: run in cmd:
    Code:
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >"%userprofile%\desktop\sfcdetails.txt"
    and attach the file here
    I get an error in CMD saying "FINDSTR: Cannot open C:\Windows\Logs\cbs\CBS.txt" and if I try to open the file manually it says that "Access denied", and I cannot open the file.

    EDIT: I have attached the sfcdetails.txt file from my desktop.
    .Net Framework installation fatal error (0x80070643) Attached Files
      My Computer


  8. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #8

    Some of the corruption seem repaired, 2 files are false corruption warnings (can be disregarded), the rest we will need help with.

    I will PM NoelDP for you.
      My Computer


  9. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #9

    Here's the critical errors from the SFC details...
    Code:
    2015-07-28 19:51:39, Info                  CSI    00000631 [SR] Repairing 17 (0x0000000000000011) components
    2015-07-28 19:51:39, Info                  CSI    00000632 [SR] Beginning Verify and Repair transaction
    2015-07-28 19:51:39, Info                  CSI    00000634 [SR] Cannot repair member file [l:22{11}]"basebrd.dll" of Microsoft-Windows-Branding-Base-Ultimate, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2015-07-28 19:51:39, Info                  CSI    00000636 [SR] Cannot repair member file [l:22{11}]"bootres.dll" of Microsoft-Windows-BootRes, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    the others can be ignored.

    I'll post a fix protocol when I can, but it may not be until the weekend.
      My Computer


  10. Posts : 5
    Windows 7 64bit
    Thread Starter
       #10

    I think the issue was fixed when I have upgraded to Windows 10, as now the programs that were broken before work properly, but posting a fix would be helpful for future reference. Thank you for all of your help guys!
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 01:44.
Find Us